§ Module LaTeXML-picture
- Misc.class
-
This module defines a picture environment, roughly a subset of SVG. NOTE: Consider whether it is sensible to drop this and incorporate SVG itself.
|= picture
- Picture.class
-
== (g | rect | line | circle | path | arc | wedge | ellipse | polygon | bezier)
- Picture.attributes
-
These attributes correspond roughly to SVG, but need documentation.
== Attributes:
- x
- y
- r
- rx
- ry
- width
- height
- fill
- stroke
- stroke-width
- stroke-dasharray
- transform
- terminators
- arrowlength
- points
- showpoints
- displayedpoints
- arc
- angle1
- angle2
- arcsepA
- arcsepB
- curvature
- PictureGroup.attributes
-
These attributes correspond roughly to SVG, but need documentation.
== Attributes:
- pos
- framed
-
=boolean
- frametype
-
= (`rect' | `circle' | `oval')
- fillframe
-
=boolean
- boxsep
- shadowbox
-
=boolean
- doubleline
-
=boolean
- picture
-
A picture environment.
attributes:
- Common.attributes, Picture.attributes, Imageable.attributes
-
included
- clip
-
=boolean
- baseline
- unitlength
- xunitlength
- yunitlength
- tex
- content-tex
content: (Picture.class | Inline.class | Misc.class | Meta.class)*
- g
-
A graphical grouping; the content is inherits by the transformations, positioning and other properties.
attributes: Common.attributes, Picture.attributes, PictureGroup.attributes
content: (Picture.class | Inline.class | Misc.class | Meta.class)*
- rect
-
A rectangle within a picture.
attributes: Common.attributes, Picture.attributes
content: empty
- line
-
A line within a picture.
attributes: Common.attributes, Picture.attributes
content: empty
- polygon
-
A polygon within a picture.
attributes: Common.attributes, Picture.attributes
content: empty
- wedge
-
A wedge within a picture.
attributes: Common.attributes, Picture.attributes
content: empty
- arc
-
An arc within a picture.
attributes: Common.attributes, Picture.attributes
content: empty
- circle
-
A circle within a picture.
attributes: Common.attributes, Picture.attributes
content: empty
- ellipse
-
An ellipse within a picture.
attributes: Common.attributes, Picture.attributes
content: empty
- path
-
A path within a picture.
attributes: Common.attributes, Picture.attributes
content: empty
- bezier
-
A bezier curve within a picture.
attributes: Common.attributes, Picture.attributes
content: empty