Alexandre
Would it be possible to get a ROPath out of an SVGPath because SVG is just one format.
Do not pollute Roassal model with that.
| v shape |
v := RTView new.
shape := (RTSVGPathImporter new path: 'M442.264,283.033l-90.66,52.343l’) path.
shape fillColor: Color red.
shape scale: [:vv | vv model ].
v add: ((shape elementsOn: #(0.1 0.2 0.3 0.4) ) @ RTPopup).
v open