This file holds helper functions for things related to SVG Tags (Scalable Vector Graphics)
$Id: _tag_utils_svg_utils_inc.html,v 1.19 2003/08/01 01:37:37 hemna Exp $
This function is used to build an SVG <a> tag
- any N number of params for content for the tag
- the 'xlink:href' attribute
This function is used to build an SVG <animate> tag
- the 'from' attribute
- the 'to' attribute
- the 'duration' attribute
- the 'attributeName' attribute
- the 'attributeType' attribute
- the 'repeatCount' attribute
- the 'fill' attribute
This function is used to build an SVG <circle> tag and its common attributes
- the 'cx' attribute. The x-axis coordinate of the center of the circle
- the 'cy' attribute. The y-axis coordinate of the center of the circle
- the 'r' (radius) attribute
- the 'fill' attribute
- the 'stroke' attribute
- the 'stroke-width' attribute
- the 'style' attribyte
This function is used for building an SVG <defs> tag
- any N number of params for content for the tag
This function is used for building an SVG <desc> tag
- any N number of params for content for the tag
This function is used to build an SVG <ellipse> tag and its common attributes
- the 'cx' attribute. The x-axis coordinate of the center of the circle
- the 'cy' attribute. The y-axis coordinate of the center of the circle
- the 'rx' attribute. The x-axis radius of the ellipse.
- the 'ry' attribute. The y-axis radius of the ellipse.
- the 'fill' attribute
- the 'stroke' attribute
- the 'stroke-width' attribute
- the 'style' attribyte
this function builds an SVG <font> tag
- the required 'horiz-adv-x' attribute
This function builds an SVG <g> tag
- the 'style' attribute
- the 'transform' attribute
This function is used for building an SVG <line> tag
- the 'x1' attribute
- the 'y1' attribute
- the 'x2' attribute
- the 'y2' attribute
- the 'stroke' attribute
- the 'stroke-width' attribute
- the 'style' attribute
This function is used for building an SVG <marker> tag
- the 'refX' attribute
- the 'refY' attribute
- the 'markerUnits' attribute
- the 'markerWidth' attribute
- the 'markerHeight' attribute
- the 'orient' attribute
This function is used for building an SVG <polygon> tag
- the 'points' attribute
- the 'fill' attribute
- the 'stroke' attribute
- the 'stroke-width' attribute
- the 'style' attribute
This function is used for building an SVG <polyline> tag
- the 'points' attribute
- the 'fill' attribute
- the 'stroke' attribute
- the 'stroke-width' attribute
- the 'style' attribute
This function is used to build an SVG <rect> tag and its common attributes
- the 'x' attribute
- the 'y' attribute
- the 'width' attribute
- the 'height' attribute
- the 'fill' attribute
- the 'stroke' attribute
- the 'stroke-width' attribyte
- the 'style' attribyte
This function creates a <script> tag and wraps the javascript in the appropriate <![CDATA[ JAVASCRIPT ]]> that is required for svg.
- any N number of params for content for the tag
the 'type' attribute
This function creates a <script> tag and wraps the javascript in the appropriate <![CDATA[ JAVASCRIPT ]]> that is required for svg.
- any N number of params for content for the tag
the 'type' attribute
This function is used to build an SVG <text> tag
- any N number of params for content for the tag
- the 'x' attribute
- the 'y' attribute
- the 'rotate' attribute
- the 'class' attribute
This function is used to build an SVG <textpath> tag.
- any N number of params for content for the tag
- the 'xlink:href' attribute
- the 'class' attribute
This function is used to build an SVG <tref> tag
- any N number of params for content for the tag
- the 'xlink:href' required attribute
- the 'class' attribute
This function is used to build an SVG <tref> tag.
- the 'x' attribute
- the 'y' attribute
- the 'class' attribute
Documention generated on Thu, 31 Jul 2003 18:33:50 -0700 by phpDocumentor 1.2.0