MetaPost 1.207 (TEXLive 2009) EuroTEX 2009 SVG backend SVG - - PowerPoint PPT Presentation

metapost 1 207
SMART_READER_LITE
LIVE PREVIEW

MetaPost 1.207 (TEXLive 2009) EuroTEX 2009 SVG backend SVG - - PowerPoint PPT Presentation

MetaPost 1.207 (TEXLive 2009) EuroTEX 2009 SVG backend SVG backend SVG backend SVG backend A complete SVG example outputformat := "svg"; outputtemplate := "%j-%c.%o"; beginfig(1); fill fullcircle scaled 100 withcolor


slide-1
SLIDE 1

MetaPost 1.207

(TEXLive 2009)

EuroTEX 2009

slide-2
SLIDE 2

SVG backend

slide-3
SLIDE 3

SVG backend

slide-4
SLIDE 4

SVG backend

slide-5
SLIDE 5

SVG backend

slide-6
SLIDE 6

A complete SVG example

  • utputformat := "svg";
  • utputtemplate := "%j-%c.%o";

beginfig(1); fill fullcircle scaled 100 withcolor .4red; endfig;

slide-7
SLIDE 7

A SVG example with a label

  • utputformat := "svg";
  • utputtemplate := "%j-%c.%o";

prologues := 3; fontmapline "cmr10 CMR10 <cmr10.pfb"; beginfig(1); label("Hello!", (12,10)) scaled 20 withcolor .75green; endfig; end.

slide-8
SLIDE 8

String-valued internals

slide-9
SLIDE 9

Internals in outputtemplate

slide-10
SLIDE 10

Access to font outlines

slide-11
SLIDE 11

Access to font outlines

slide-12
SLIDE 12

Access to font outlines

slide-13
SLIDE 13

Access to font outlines

slide-14
SLIDE 14

Command-line setting of internals

slide-15
SLIDE 15

Final notes