12-06-2022, 05:43 PM
I've managed to implement one more command: arcto, so now A commands can now be present in the SVG command list.
I've started testing with libreoffice draw as well and the shapes do get imported. though it adds a bounding box with an invisible rect so I'll have to remove those. I'll be trying with GIMP and scribus eventually.
I'll post beam builds to this thread soon before I get around to a PR, so SVG files made in other other software can be tested in advance if there are any issues too.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<svg
width="320"
height="320"
version="1.1">
<path
d="M 154.46118,76.188335 A 61.947593,67.495135 0 0 1 103.50532,142.61246 61.947593,67.495135 0 0 1 34.466647,99.760412 61.947593,67.495135 0 0 1 60.92262,18.129251 l 31.590961,58.059084 z"
stroke="#000000"
fill="#008000"
stroke-width="2"
fill-opacity="0.5"
id="path2" />
</svg>
I've started testing with libreoffice draw as well and the shapes do get imported. though it adds a bounding box with an invisible rect so I'll have to remove those. I'll be trying with GIMP and scribus eventually.
I'll post beam builds to this thread soon before I get around to a PR, so SVG files made in other other software can be tested in advance if there are any issues too.