├── 0.9x ├── createMarkers.inx └── createMarkers.py ├── LICENSE ├── README.md ├── docs └── images │ ├── Default_colors.png │ ├── Default_colors.svg │ ├── Examples.png │ ├── Examples.svg │ ├── Examples_white.png │ ├── configTab.png │ ├── marker_Orientation.png │ ├── marker_Orientation.svg │ ├── predefined_types.png │ ├── predefined_types.svg │ ├── scale.png │ └── scale.svg └── latest ├── createMarkers.inx └── createMarkers.py /0.9x/createMarkers.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/0.9x/createMarkers.inx -------------------------------------------------------------------------------- /0.9x/createMarkers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/0.9x/createMarkers.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/README.md -------------------------------------------------------------------------------- /docs/images/Default_colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/Default_colors.png -------------------------------------------------------------------------------- /docs/images/Default_colors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/Default_colors.svg -------------------------------------------------------------------------------- /docs/images/Examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/Examples.png -------------------------------------------------------------------------------- /docs/images/Examples.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/Examples.svg -------------------------------------------------------------------------------- /docs/images/Examples_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/Examples_white.png -------------------------------------------------------------------------------- /docs/images/configTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/configTab.png -------------------------------------------------------------------------------- /docs/images/marker_Orientation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/marker_Orientation.png -------------------------------------------------------------------------------- /docs/images/marker_Orientation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/marker_Orientation.svg -------------------------------------------------------------------------------- /docs/images/predefined_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/predefined_types.png -------------------------------------------------------------------------------- /docs/images/predefined_types.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/predefined_types.svg -------------------------------------------------------------------------------- /docs/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/scale.png -------------------------------------------------------------------------------- /docs/images/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/docs/images/scale.svg -------------------------------------------------------------------------------- /latest/createMarkers.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/latest/createMarkers.inx -------------------------------------------------------------------------------- /latest/createMarkers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsmMLK/inkscapeCreateMarkers/HEAD/latest/createMarkers.py --------------------------------------------------------------------------------