tangled
alpha
login
or
join now
squaregoldfish.tngl.sh
/
drawsvg
forked from
cduck.me/drawsvg
0
fork
atom
Programmatically generate SVG (vector) images, animations, and interactive Jupyter widgets
0
fork
atom
overview
issues
pulls
pipelines
Fix mime_type option in Image
squaregoldfish.tngl.sh
2 months ago
b8feef7e
2ab4c537
+1
-1
1 changed file
expand all
collapse all
unified
split
docs
index.md
+1
-1
docs/index.md
···
1106
1106
1107
1107
```python
1108
1108
dw.Image(x, y, width, height, path=None, data=None,
1109
1109
-
embed=False, mimeType=None, **kwargs)
1109
1109
+
embed=False, mime_type=None, **kwargs)
1110
1110
```
1111
1111
1112
1112
```python