Programmatically generate SVG (vector) images, animations, and interactive Jupyter widgets

Fix documentation for Image function #1

merged opened by squaregoldfish.tngl.sh targeting main from squaregoldfish.tngl.sh/drawsvg: main

Fixed the mime_type option

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:vwtg4iyvwcyiwcjqsg2ripjd/sh.tangled.repo.pull/3maysaysa6322
+1 -1
Diff #0
+1 -1
docs/index.md
··· 1106 1106 1107 1107 ```python 1108 1108 dw.Image(x, y, width, height, path=None, data=None, 1109 - embed=False, mimeType=None, **kwargs) 1109 + embed=False, mime_type=None, **kwargs) 1110 1110 ``` 1111 1111 1112 1112 ```python

History

1 round 1 comment
sign up or login to add to the discussion
1 commit
expand
Fix mime_type option in Image
expand 1 comment

Good catch

pull request successfully merged