-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The image is always placed on 0.0
Which makes placing components on negative y- and later changing the image bounds not possible.
for createSvg:
https://github.com/dividab/abstract-visuals/blob/master/packages/abstract-image/src/exporters/svg-export-image.ts#L15
the viewbox is. [0,0.. ] instead of: [image.topLeft.x, image.topLeft.y... ]
When renderingImage
https://github.com/dividab/abstract-visuals/blob/master/packages/abstract-document/src/abstract-document-exporters/pdf/render-image.ts#L31
The abstractImage topLeft point is not passed along to be accounted for in the placements
Is there a logical reason for this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels