# SVG tags [back](./README.md) ## Tag draw A new html tag `` has been implemented. It allows to insert a SVG image in your PDF. The only allowed attributes are `css` and `class`. Example: ```html


``` ## Allowed SVG tags * LINE * RECT * CIRCLE * ELLIPSE * PATH * POLYGON * POLYLINE * G ## SVG Documentation See http://www.w3.org/TR/SVG11/expanded-toc.html [back](./README.md)