§ Module LaTeXML-picture
- Add to 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.
- |=
- Pattern Picture.class
- Pattern Picture.attributes
-
These attributes correspond roughly to SVG, but need documentation.
- Attribute x
-
= text
- Attribute y
-
= text
- Attribute r
-
= text
- Attribute rx
-
= text
- Attribute ry
-
= text
- Attribute width
-
= text
- Attribute height
-
= text
- Attribute fill
-
= text
- Attribute stroke
-
= text
- Attribute stroke-width
-
= text
- Attribute stroke-dasharray
-
= text
- Attribute transform
-
= text
- Attribute terminators
-
= text
- Attribute arrowlength
-
= text
- Attribute points
-
= text
- Attribute showpoints
-
= text
- Attribute displayedpoints
-
= text
- Attribute arc
-
= text
- Attribute angle1
-
= text
- Attribute angle2
-
= text
- Attribute arcsepA
-
= text
- Attribute arcsepB
-
= text
- Attribute curvature
-
= text
- Used by:
- Pattern PictureGroup.attributes
-
These attributes correspond roughly to SVG, but need documentation.
- Attribute pos
-
= text
- Attribute framed
-
= boolean
- Attribute frametype
-
= (rect | circle | oval)
- Attribute fillframe
-
= boolean
- Attribute boxsep
-
= text
- Attribute shadowbox
-
= boolean
- Attribute doubleline
-
= boolean
- Used by:
- Element picture
-
A picture environment.
- Includes:
- Attribute clip
-
= boolean
- Attribute baseline
-
= text
- Attribute unitlength
-
= text
- Attribute xunitlength
-
= text
- Attribute yunitlength
-
= text
- Attribute tex
-
= text
- Attribute content-tex
-
= text
- Content:
-
(Picture.class | Inline.class | Misc.class | Meta.class)*
- Used by:
- Element g
-
A graphical grouping; the content is inherits by the transformations, positioning and other properties.
- Includes:
- Content:
-
(Picture.class | Inline.class | Misc.class | Meta.class)*
- Used by:
- Element rect
-
A rectangle within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element line
-
A line within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element polygon
-
A polygon within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element wedge
-
A wedge within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element arc
-
An arc within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element circle
-
A circle within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element ellipse
-
An ellipse within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element path
-
A path within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element bezier
-
A bezier curve within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element curve
-
A curve within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element parabola
-
A parabola curve within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element dots
-
A sequence of dots (?) within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element grid
-
A grid within a picture.
- Includes:
- Content:
-
empty
- Used by:
- Element clip
-
Establishes a clipping region within a picture.
- Includes:
- Content:
- Used by:
- Element clippath
-
Establishes a clipping region within a picture.
- Includes:
- Content:
-
(Picture.class | Inline.class | Misc.class | Meta.class)*
- Used by: