MIERUNE / qgis-plugx-plugin

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

SVG file is not exported when nested-symbol(sub-symbol, sub-sub-symbol...) #98

Closed bordoray closed 11 months ago

bordoray commented 11 months ago

期限: Schedule

詳細・解決方針: Details

image

関連するファイル: Related Files

bordoray commented 11 months ago

Cases when sub-sub-symbol is possible with SVG/raster:

  1. Line -> Marker_Line -> Filled_marker -> SVG Fill degree 2 of sub symbol
image
  1. Polygon -> Line pattern fill -> Marker_Line ->SVG Marker degree 2 of sub symbol

    image
  2. Polygon -> Line pattern fill -> Marker_Line -> Filled_marker -> SVG Fill degree 3 of sub symbol

    image
  3. Polygon -> Point pattern fill -> Filled_Marker-> SVG fill degree 2 of sub symbol (same for centroid fill, random marker fill)

    image
  4. Neverending one degree ∞ of sub symbol

    image
Kanahiro commented 11 months ago

thank you for investigating.

degree ∞ of sub symbol

this is important. This means there is no limit how many times nesting. So, we need sort of recursive approach not dependant on how many. Do you have any idea about this?

bordoray commented 11 months ago

I have one, which may need a reorganization of how to call export_assets_from(symbol) function. Let me try