You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your quick reply. I ended up using CALayer’s “geometryFlipped” property in combination with a custom category flipping coordinates on CALayer’s frame property in order to compose an image from multiple groups stored in a SVG file.
When adding a CALayer for a single SVGElement the CALayer is rendered flipped.
I'm doing this in a NSView subclass:
The text was updated successfully, but these errors were encountered: