├── README.md ├── example └── table_and_chair.svg ├── svg_footer.py ├── svg_header.py ├── svg_invisible.py ├── svg_object_fill.py └── svg_visible.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarnoharno/freestylesvg/HEAD/README.md -------------------------------------------------------------------------------- /example/table_and_chair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarnoharno/freestylesvg/HEAD/example/table_and_chair.svg -------------------------------------------------------------------------------- /svg_footer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarnoharno/freestylesvg/HEAD/svg_footer.py -------------------------------------------------------------------------------- /svg_header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarnoharno/freestylesvg/HEAD/svg_header.py -------------------------------------------------------------------------------- /svg_invisible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarnoharno/freestylesvg/HEAD/svg_invisible.py -------------------------------------------------------------------------------- /svg_object_fill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarnoharno/freestylesvg/HEAD/svg_object_fill.py -------------------------------------------------------------------------------- /svg_visible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarnoharno/freestylesvg/HEAD/svg_visible.py --------------------------------------------------------------------------------