Procedural File: mk_lib_svg.php
Source Location: /lib/mk_lib_svg.php
Page Details:
Tags:
apply_matrix [line 333]
void apply_matrix(
[mixed $x = 0], [mixed $y = 0], [mixed $matrix = array()], [mixed $nameX = "x"], [mixed $nameY = "y"])
|
|
apply matrix tranformation to a coord x,y optional nameX, nameY are useful when applying transform to other kind of vertices, e.g. bezier control points
get_drawing_coords [line 172]
void get_drawing_coords(
mixed $cStr)
|
|
reads string fill an associative array with drawing coords
get_extents [line 236]
void get_extents(
mixed $coords)
|
|
very similar to get_boundary, located in mk_lib_draw just a different name for xperimental use
get_styleInfo [line 259]
void get_styleInfo(
mixed $sStr, [mixed $transform = array()])
|
|
get_svgColorValue [line 158]
void get_svgColorValue(
mixed $colorName)
|
|
is_svgColorName [line 153]
void is_svgColorName(
mixed $cnTest)
|
|
file created on 29-mar-2006 jaco_at_pixeldump_dot_org
|