You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# all paths processed - commit the shape to its page
1341
1343
shape.commit()
1342
1344
outpdf.save("drawings-page-0.pdf")
@@ -1350,7 +1352,6 @@ Here is a comparison between input and output of an example page, created by the
1350
1352
1351
1353
.. note:: The reconstruction of graphics like shown here is not perfect. The following aspects will not be reproduced as of this version:
1352
1354
1353
-
* Transparency / opacity: while this value is contained in the 'path' dictionary, it is yet unsupported by the :ref:`Shape` class.
1354
1355
* Page definitions can be complex and include instructions for not showing / hiding certain areas to keep them invisible. Things like this are ignored by :meth:`Page.getDrawings` - it will always return all paths.
1355
1356
1356
1357
.. note:: You can use the path list to make your own lists of e.g. all lines or all rectangles on the page, subselect them by criteria like color or position on the page etc.
0 commit comments