svg: document rasterization on mask (#192)

dev
Andy Meneely 2018-10-19 16:13:53 -04:00
parent f83f8a0652
commit 453c8ec64d
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Features:
Docs:
* Documented the n-sided-ness of polygons and stars
* svg: document rasterization on mask (#192)
Special thanks to @lcarlsen

View File

@ -66,6 +66,11 @@ mask
if specified, the image will be used as a mask for the given color/gradient. Transparent pixels are ignored, opaque pixels are the given color. Note: the origin for gradient coordinates is at the given x,y, not at 0,0 as it is most other places.
.. warning::
For implementation reasons, your vector image will be rasterized when mask is applied. If you use this with, say, PDF, the images will be embedded as rasters, not vectors.
crop_x
default: ``0``