Just a quick update—looks like the SVG import function has been fixed in version 8.15!
Great!
The button I play with is the original _RefitTrim.
When I edit the button picture, the SVG Editor canvas shows the SVG blurred, and for me that’s confusing.
Like this:
Now I add elements, they look sharp (the 5 grey 2x2 lines):
The sharp 2x2 lines stay sharp after OK and restart Rhino.
When inspecting the original SVG, the upper left grey 2x2 shape is:
M 10.5,-31.5
V -33
h 1.488
v 1.5
z
I think h
should be 1.5?
For a test, I change h
to 1.5 using Inkscape and try again in Rhino SVG Editor.
But no, the blur is not due to the h
value.
Last attempt:
I add a 2x2 rectangle using InkScape.
This is also blurred in Rhino SVG Editor:
Hello @Charles,
Apologies for the late reply, I got lost in conferences.
The SVG Editor currently has a few things it cannot 100% reliably deserialize (groups/defs/curves), when this happens it defaults to a background image (so it’ll look a little blurry).
I know curves are quite basic but I need to resolve how arcs render in eto first.