Skip to content

Commit fb998de

Browse files
committed
Version 0.3: Add a GUI for building SVGs.
New class SVGBuilderWidget for drawing new elements in the SVG. There is a ToggleButtonsWidget to select the drawing mode, which attaches different event listeners in Javascript for drawing the elements. modified: .gitignore modified: svgwidgets.js modified: svgwidgets.py modified: svgwidgets_example.ipynb
1 parent 4e42c7d commit fb998de

File tree

4 files changed

+456
-45
lines changed

4 files changed

+456
-45
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
*.py[cod]
44

5-
.ipynb_checkpoints/
5+
.ipynb_checkpoints/
6+
7+
8+
todo.org

0 commit comments

Comments
 (0)