MIERUNE / qgis-plugx-plugin

QGIS to Illustrator with PlugX
GNU General Public License v2.0
3 stars 0 forks source link

symbol translate implementation #65

Open Kanahiro opened 1 year ago

Kanahiro commented 1 year ago

Point

Line

Polygon

bordoray commented 1 year ago

Sub issue related to Simple Marker :

bordoray commented 1 year ago

To do : Investigate if we can detect marker line placement parameter:

image
bordoray commented 1 year ago

Memo to retrieve alpha value of rgb

lyr[0].renderer().symbol()[0].color().alphaF()
0.6274509803921569

lyr[0].renderer().symbol()[0].color().getRgbF()
(0.6, 0.8313725490196079, 0.9058823529411765, 0.6274509803921569)
bordoray commented 1 year ago

Raster fill missed in list.

Added