Closed andreydang closed 1 month ago
Hi @andreydang,
Thank you for reporting the bug! I have identified the issue, and a fix will be in place soon. Additionally, I have identified another issue related to round rectangles not considering floating point values, which has also been addressed. You should see your icon correctly rendered in the new release.
Thank you for using this CLI :)
Hi @rafaeltonholo Thank you very much! Awesome)
Hi, I'm using your great library and I've encountered a rendering problem. I tried to convert this image as an example:
https://upload.wikimedia.org/wikipedia/commons/d/d7/Android_robot.svg
With initial negative borders, no shift occurs
viewBox="-147 -70 294 345"
It looks like when the element is positioned relative, it does not add the initial border offset.
I believe that somewhere the shift is not taken into account, but 0 is set. In editors and in the browser, the SVG is displayed correctly.