D.10 Module LaTeXML-picture

Add to Misc.class

This module defines a picture environment, roughly a subset of SVG. NOTE: Eventually we will drop these subset elements and incorporate SVG itself.

|=
Pattern Picture.class
Content:

(g  |  rect  |  line  |  circle  |  path  |  arc  |  wedge  |  ellipse  |  polygon  |  bezier  |  parabola  |  curve  |  dots  |  grid  |  clip  |  svg:svg)

Used by:
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:

g

Element picture

A picture environment.

Attributes:
Attribute clip

boolean

Attribute baseline

text

Attribute unitlength

text

Attribute xunitlength

text

Attribute yunitlength

text

Attribute origin-x

text

Attribute origin-y

text

Attribute tex

text

Attribute content-tex

text

Content:
Used by:
Element g
Element rect

A rectangle within a picture.

Attributes:
Content:

empty

Used by:
Element line

A line within a picture.

Attributes:
Content:

empty

Used by:
Element polygon

A polygon within a picture.

Attributes:
Content:

empty

Used by:
Element wedge

A wedge within a picture.

Attributes:
Content:

empty

Used by:
Element arc

An arc within a picture.

Attributes:
Content:

empty

Used by:
Element circle

A circle within a picture.

Attributes:
Content:

empty

Used by:
Element ellipse

An ellipse within a picture.

Attributes:
Content:

empty

Used by:
Element path

A path within a picture.

Attributes:
Content:

empty

Used by:
Element bezier

A bezier curve within a picture.

Attributes:
Content:

empty

Used by:
Element curve

A curve within a picture.

Attributes:
Content:

empty

Used by:
Element parabola

A parabola curve within a picture.

Attributes:
Content:

empty

Used by:
Element dots

A sequence of dots (?) within a picture.

Attributes:
Attribute dotstyle

text

Attribute dotsize

text

Attribute dotscale

text

Content:

empty

Used by:
Element grid

A grid within a picture.

Attributes:
Content:

empty

Used by:
Element clip

Establishes a clipping region within a picture.

Attributes:
Content:
Used by:
Element clippath

Establishes a clipping region within a picture.

Attributes:
Content:
Used by: