Code

Upgrading to trunk
[inkscape.git] / src / extension / dxf2svg / tables2svg_info.h
1 /* Convert DXF table information to a format that is recognized by SVG
2 Matt Squires
3 SOC 2005
4 */
7 #include"tables.h"
9 char* pattern2dasharray(ltype info, int precision, double scaling, char* temp);