File: canvas_mvg.man

package info (click to toggle)
tklib 0.6-1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 16,012 kB
  • sloc: tcl: 65,204; sh: 6,870; ansic: 792; pascal: 359; makefile: 73; exp: 21; sed: 16
file content (30 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[comment {-*- tcl -*- doctools manpage}]
[manpage_begin canvas::mvg n 1.0.1]
[copyright {2010 Wolf-Dieter Busch (http://wiki.tcl.tk/15505)}]
[copyright {2010 Documentation, Andreas Kupries}]
[moddesc   {Variations on a canvas}]
[titledesc {Canvas to ImageMagick MVG vector format}]
[require Tcl 8.5]
[require Tk 8.5]
[require canvas::mvg [opt 1]]
[description]

This package provides a command to convert a canvas' contents to
ImageMagick's MVG vector format.

[section API]

[list_begin definitions]

[call [cmd ::canvas::mvg] [arg pathName]]

Dump the contents of the canvas [arg pathName]. The result is a string
in ImageMagick's MVG vector format.

[list_end]

[keywords canvas mvg imagemagick {print screen}]
[keywords {vector graphics} graphics serialization]
[keywords {magick vector graphics}]
[manpage_end]