Hi,

  I would like to generate SVG via QSvgGenerator with additional attribute
to the path object

```
<path d="M20,20 h200 v160 h-200 Z M80,40 v100 l100,-50 Z" stroke="red"
stroke-width="2" fill="red" fill-rule="evenodd" />
```
  Where should we be adding such attributes e.g. fill, fill-rule, so that
QSvgGenerator will embed them in the generated SVG file ?

Cheers
-- 
Nicholas Yue
https://www.linkedin.com/in/nicholasyue/
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to