nanoLogika / ACadSvg

C# library to convert AutoCAD drawings from DWG to SVG. AutoCAD files are read using ACadSharp.
GNU Lesser General Public License v3.0
9 stars 2 forks source link

HatchSvg Refactoring: Pattern creation #6

Closed mme1950 closed 10 months ago

mme1950 commented 10 months ago
mme1950 commented 10 months ago

Patterns are created in the constructor pf the PatternSvg class. ToSvgElement() creates a PatternElement

TODO: #7 how to apply rotation, color->stroke or fill for each hatch independetly.