module imghelper.svg_helper
¶
Functions¶
function |
truncated documentation |
---|---|
Guesses the dimension of a SVG image. |
|
Converts an image in SVG format. |
Documentation¶
Helpers around images and SVG.
New in version 1.7.
-
pyquickhelper.imghelper.svg_helper.
guess_svg_size
(svg)[source]¶ Guesses the dimension of a SVG image.
- Parameters
svg – SVG description
- Returns
size (x, y)