MIERUNE / qgis-plugx-plugin

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

Cover all possible symbol-layers #63

Closed Kanahiro closed 1 year ago

Kanahiro commented 1 year ago

close #59

bordoray commented 1 year ago

All possible symbol-layers error handling is OK

Q: I would like to know reason(s) of stopping the use of no-pen => width=0 because it makes symbol to be different from original. Is there something equivalent to be implemented for no stroke cases?

Line with no stroke

image

Polygon with no outline stroke (very common symbol).

image
Kanahiro commented 1 year ago

As you can see, there are various types of stroke style other than NoPen. IMO, it is not good to set zero-value when it is NoPen. It is better to set raw-value and add 'penStyle' prop and set 'NoPen' style. Whether the line should be rendered or not is judged in PlugX which reads QGIS-output.

I mean:

{
  "type": "simple",
  "width": 10,
  "penStyle": "NoPen"
}