Working in 8.3.
I have a perspective view with an SVG drawing.
For some reason, the designer is wiping the stroke paint properties of two elements. After saving and reopening the view, the paints get set to "None".
Any idea why? There's no binding on these properties. Just static RGB values. Not sure why the designer hates them. I tried hex too, same result.
pipe_d.txt is json of the SVG drawing before saving and reopening the view.
pipe_d_wiped.txt is json of the SVG drawing after saving and reopening the view.
pipe_d_wiped.txt (5.3 KB)
pipe_d.txt (5.3 KB)
@@ (air path, line ~98)
After save/reopen:
"paint": "None",
Before:
"paint": "rgb(138,138,255)",
@@ (mat path, line ~115)
After save/reopen:
"paint": "None",
Before:
"paint": "rgb(0,0,255)",