Skip to content

CALayer coordinate system flipped #16

@azplanlos

Description

@azplanlos

When adding a CALayer for a single SVGElement the CALayer is rendered flipped.
I'm doing this in a NSView subclass:

SVGElement* elem = …;
CALayer* layer = [svgImage layerWithIdentifier:elem.identifier];
[self.layer addSublayer:layer];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions