Skip to content

Fix the incorrectly applied outline parameters when rendering labels #36

@Mike7311

Description

@Mike7311

Currently when invoking print with following outline parameters:
labelOutlineColor
labelOutlineOpacity
labelOutlineWidth

the label is not rendered properly:

Image

The outline is being written on top of label, which results in it consuming it. Further more, the color is not applied and outline is always rendered white.

To fix this the outline should be rendered first, and then label should be rendered on top of it. Also code must be fixed to properly handle the color of outline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions