-
Hi there, thanks for this awesome tool!!!! I'm a design student trying something a bit more complicated: Based on a shape in Illustrator, e.g. a circle, with a gradient fill I want to export this as svg and png and import both (as shape and map) into voronoi editor. This works of course, but the sizing is off. The shape seems to ignore the width/height attributes in the SVG file. Has anyone found a workflow that matches shape and map in such a scenario? Best Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks, glad you liked it. Hmm there are ways to tweak svg size. If you upload an example svg and png and some screenshot to see how it shows on your screen, I can give it a try and test it. But yeah, it should perfectly match by calculation. |
Beta Was this translation helpful? Give feedback.
ah, the problem is that sometimes (not sure what the circumstance are) Illustrator creates a SVG with width/height attributes in addition to the viewbox. This seems to have confused the editor. A simple SVG works as expected - thanks for your quick answer ;-)