Update docstring

This commit is contained in:
Robin Dunn
2019-07-25 10:54:07 -07:00
parent ff7f9c7fcc
commit 1df2811e9e

View File

@@ -140,7 +140,9 @@ cdef class SVGimage:
cdef class SVGshape:
"""
A collection of SVGshapes is accessible from the `shapes` attribute of SVGimage.
SVGshape is a set of attributes describing how to draw one shape in the SVG,
including stroke and fill styles, line styles, and paths. A collection of
SVGshapes is accessible from the `shapes` attribute of SVGimage.
"""
cdef NSVGshape *_ptr