Drawing templates: Difference between revisions

From FreeCAD Documentation
(Created page with '== A3 templates == 800px 800px 800px 800px')
 
No edit summary
Line 1: Line 1:
Creating templates for the Drawing module is very easy. The are svg files, created with any application capable of exporting svg files, such as [http://www.inkscape.org inkscape]]. Only two rules must be followed:
* One pixel = one milimeter
* You must insert, somewhere inside your svg code, where you want the contents of the drawing to appear (for example at the end of the file, just before the last </svg> tag), the following line:
<nowiki><!-- DrawingContent --></nowiki>

== A3 templates ==
== A3 templates ==



Revision as of 01:40, 30 May 2010

Creating templates for the Drawing module is very easy. The are svg files, created with any application capable of exporting svg files, such as inkscape]. Only two rules must be followed:

  • One pixel = one milimeter
  • You must insert, somewhere inside your svg code, where you want the contents of the drawing to appear (for example at the end of the file, just before the last </svg> tag), the following line:
<!-- DrawingContent -->

A3 templates