#!/bin/perl use SVG; use strict; my $svg = SVG->new(width=>500,height=>500); my $fh; my $width_translate = -400; my $height_translate = -20; my $scale = 5; open($fh,"+>po.svg") or die $!; $svg->path( style=>'font-size:12;fill:#1b9531;stroke:#000000;stroke-width:0.25;stroke-miterlimit:1;', d=>'M438.22,91.952l0.039-0.044l0.065-0.105l0.014-0.131l0.092-0.066l0.146-0.119l0.026-0.04l0.171-0.053l0.093-0.026l0.092,0.053l0.132,0.053h0.158l0.065-0.026h0.093l0.065,0.026l0.065,0.026l0.093-0.026l0.145-0.04h0.132l0.118-0.053 l0.079-0.053l0.066-0.026l0.105-0.026h0.039l0.053-0.079l0.04-0.092l0.079-0.079l0.092,0.026l0.105-0.04l0.145-0.066l0.053-0.105l0.053-0.079l0.026-0.132l0.026-0.092l0.053-0.092l0.118-0.013l0.105-0.013l0.132-0.079l0.119-0.053l0.118-0.092l0.053-0.079 l0.132-0.066l0.065-0.04L442,89.998l0.145,0.013l0.105,0.026l0.066-0.04l0.065-0.066l0.071,0.012l0.285,0.041l0.03,0.228l0.43-0.048l0.183-0.24l0.193,0.016l0.062-0.112l0.261-0.024l0.194,0.24l0.073,0.169l0.331-0.025l0.066,0.18l-0.026,0.083l0.003,0.204 l0.389-0.083l0.18,0.12l0.149-0.135l0.104-0.177l0.558-0.204l0.168,0.056l0.483-0.046l0.46,0.254l0.373-0.18l0.073-0.137l0.508,0.041l0.561-0.076l0.129,0.13l0.703,0.186l0.104,0.216l0.424,0.101l0.831,0.33l-1.047,1.471l-0.629,0.076l-0.437-0.143l-0.534-0.359 l-1.062,0.035l-0.717,0.047l-1.024,0.759L444.857,93l-0.59-0.072l-0.499,0.061l-0.761,0.134l-0.255,0.001l-0.334,0.568l-1.651-0.036l-0.414-0.027l-0.617-0.17l-0.399-0.172l-0.245,0.146l-0.761-0.547l-0.155-0.26l0.097-0.581l-0.053-0.093z', transform=>'matrix('.$scale.',0,0,'.$scale .','. $scale*$width_translate. ','.$scale*$height_translate.')'); $svg->path( style=>'font-size:12;fill:#1b9531;stroke:#000000;stroke-width:0.25;stroke-miterlimit:1;', d=>'M431.57,91.965l-0.447-0.633l-0.207-0.036l-0.165-0.18l-0.219,0.084L430.349,91l-0.431-0.17l-0.573-0.515l-0.188,0.072l-0.478-0.265l-0.244-0.173l-0.036-0.233l-0.159-0.085l0.08-0.406l0.155-0.25l-0.413-0.098l-0.258-0.378l-0.037-0.056 l0.243-0.168l0.26-0.181l0.293,0.033l0.422-0.201h0.442l0.078-0.181l0.382-0.012l0.097-0.229l0.358-0.061l0.176,0.072l0.112-0.217l0.735-0.024l0.124-0.169l0.524-0.048l0.284-0.097l0.254-0.084l-0.282-0.218l0.436-0.072l0.308,0.121l0.031,0.278l0.344,0.072 l0.142-0.115h0.375l0.024-0.151l-0.062-0.073l0.063-0.084l0.361-0.018l0.211,0.091l0.093,0.26l0.363,0.163l0.201,0.025l0.568,0.054l0.132,0.181l0.278-0.037l-0.005,0.169l0.466-0.066l0.061-0.066l0.257,0.024l0.199,0.181l-0.099,0.121l-0.208,0.024l-0.224,0.211 l0.55,0.247l0.296,0.38l0.318,0.072l0.22-0.187l0.41-0.12l-0.282-0.302l0.003-0.145l0.286,0.024l0.509,0.193l0.258,0.121l0.709-0.005l-0.181,0.283l0.329-0.084l-0.001,0.253l0.013,0.221l0.293,0.013l0.368-0.161l0.311,0.181l0.802,0.132l-0.02,0.249l0.188,0.208 l0.382,0.096l0.105,0.331l-0.071-0.012l-0.065,0.066l-0.066,0.04l-0.105-0.026L442,89.998l-0.119,0.013l-0.065,0.04l-0.132,0.066l-0.053,0.079l-0.118,0.092l-0.119,0.053l-0.132,0.079l-0.105,0.013l-0.118,0.013l-0.053,0.092l-0.026,0.092l-0.026,0.132 l-0.053,0.079l-0.053,0.105l-0.145,0.066l-0.105,0.04l-0.092-0.026l-0.079,0.079l-0.04,0.092l-0.053,0.079h-0.039l-0.105,0.026l-0.066,0.026l-0.079,0.053l-0.118,0.053h-0.132l-0.145,0.04l-0.093,0.026l-0.065-0.026l-0.065-0.026h-0.093l-0.065,0.026h-0.158 l-0.132-0.053l-0.092-0.053l-0.093,0.026l-0.171,0.053l-0.026,0.04l-0.146,0.119l-0.092,0.066l-0.014,0.131l-0.065,0.105l-0.039,0.044l-0.055-0.095l-0.545-0.2l-1.332,0.181l-1.019-0.227l-1.374-0.341l-0.746,0.773l-0.598,0.163l-0.483-0.099l-0.354-0.129 l-0.145-0.014z', transform=>'matrix('.$scale.',0,0,'.$scale .','. $scale*$width_translate. ','.$scale*$height_translate.')'); $svg->path( style=>'font-size:12;fill:#1b9531;stroke:#000000;stroke-width:0.25;stroke-miterlimit:1;', d=>'M421.683,94.397l0.368,0.014l0.164-0.137l0.096,0.11l0.249,0.007l0.104,0.137l0.194,0.048l-0.011,0.165l0.26,0.039l-0.078,0.195h0.215l0.452-0.343l-0.032-0.274l0.237,0.041l0.262-0.055l0.493,0.089l0.093,0.145l0.059,0.144L425.4,94.7 l0.377-0.103l0.044-0.13l0.319-0.014l0.125-0.171l1.25-0.035l0.092-0.178l0.433-0.035l0.195,0.138l0.564-0.062l0.146,0.117l-0.049,0.165l0.441,0.178l0.082-0.055l0.098-0.343l-0.056-0.158l-0.334-0.014l0.197-0.295l-0.538-0.571l0.364-0.227l0.968-0.295 l0.162-0.172l0.039-0.337l0.132-0.027l0.437,0.151l0.682-0.26l0.145,0.014l0.354,0.129l0.483,0.099l0.598-0.163l0.746-0.773l1.374,0.341l1.019,0.227l1.332-0.181l0.545,0.2l0.055,0.095l0.053,0.093l-0.097,0.581l0.155,0.26l0.761,0.547l-0.636,0.291l-0.019,0.367 l-0.701,0.054l-0.164-0.134h-0.325l-0.223,0.197l0.452,0.063l0.136,0.196l-0.157,0.206l-0.409,0.062l-0.04,0.375l0.204,0.188l-0.154,0.294l-0.346,0.299l-0.693,0.157l0.082,0.393l-0.89-0.116l-0.298,0.196l-0.85-0.08l-0.566,0.107l-0.646,0.5l-0.287-0.152 l-0.612,0.009l-0.179-0.107l-1.04-0.065l-0.478-0.112l-0.894-0.082l-1.311-0.247l-0.32-0.391l-0.318-0.096l-0.023-0.363l-0.856,0.227l-0.301-0.103l-0.445,0.11l-0.183-0.083l-0.366,0.096l-0.329,0.411l-0.597-0.034l-0.631-0.171l0.029-0.171l-0.215-0.117 l-0.579,0.332l-0.55-0.242l-0.008-0.144l-0.622-0.062l0.09-0.192l-0.214-0.288l0.266-0.274l-0.193-0.336z', transform=>'matrix('.$scale.',0,0,'.$scale .','. $scale*$width_translate. ','.$scale*$height_translate.')'); $svg->path( style=>'font-size:12;fill:#1b9531;stroke:#000000;stroke-width:0.25;stroke-miterlimit:1;', d=>'M450.734,91.05l-0.831-0.33l-0.424-0.101l-0.104-0.216l-0.703-0.186l-0.129-0.13l-0.561,0.076l-0.508-0.041l-0.073,0.137l-0.373,0.18l-0.46-0.254l-0.483,0.046l-0.168-0.056l-0.558,0.204l-0.104,0.177l-0.149,0.135l-0.18-0.12l-0.389,0.083 l-0.003-0.204l0.026-0.083l-0.066-0.18l-0.331,0.025l-0.073-0.169l-0.194-0.24l-0.261,0.024l-0.062,0.112l-0.193-0.016l-0.183,0.24l-0.43,0.048l-0.03-0.228l-0.285-0.041l-0.105-0.331l-0.382-0.096l-0.188-0.208l0.02-0.249l-0.802-0.132l-0.311-0.181l-0.368,0.161 l-0.293-0.013l-0.013-0.221l0.001-0.253l-0.329,0.084l0.181-0.283l-0.709,0.005l-0.258-0.121l-0.509-0.193l-0.286-0.024l-0.003,0.145l0.282,0.302l-0.41,0.12l-0.22,0.187l-0.318-0.072l-0.296-0.38l-0.55-0.247l0.224-0.211l0.208-0.024l0.099-0.121l-0.199-0.181 l-0.257-0.024l-0.061,0.066l-0.466,0.066l0.005-0.169l-0.278,0.037l-0.132-0.181l-0.568-0.054l-0.201-0.025l-0.363-0.163l-0.093-0.26l-0.211-0.091l-0.361,0.018l-0.063,0.084l0.062,0.073l-0.024,0.151h-0.375l0.435-0.698l-0.281-0.485l-0.468-0.188l0.114-0.258 l-0.325-0.27l0.007-0.191l0.214-0.124l0.118-0.292l-0.131-0.102l0.021-0.304l-0.312-0.146l-0.094-0.18l0.217-0.395l-0.683-0.429l-0.391-0.102l0.051-0.328l0.391-0.147l0.219-0.52l-0.319-0.835l0.34,0.043l0.23,0.125l-0.093-0.193l0.156-0.153l-0.019-0.147 l-0.166-0.13l-0.021-0.129l-0.012-0.075l0.93-0.154l0.431-0.051l0.516-0.152l1.304-0.128l0.48-0.158l0.797-0.479l1.117-0.298l1.515-0.303l1.382-0.086l1.067,0.417l-0.882-0.294l-0.054,0.147l0.256,0.172l0.132,0.466l0.355,0.135l0.648,0.061l0.645-0.11 l1.063-0.409l0.054,0.004l-0.978,0.417l-0.19,0.11l-0.004,0.123l0.218,0.012l0.286-0.123l0.613-0.208l0.543-0.253l0.842,0.006l2.246,0.115l2.96-0.101l0.641-0.021l0.04,0.014l0.679,0.243l0.284,0.487l0.099,0.186l0.016,0.029l0.09,0.171l0.16,0.302l0.615,1.5 l0.172,0.502l-0.023,0.236l-0.263,0.208l-0.44,0.03l-0.571,0.244l-0.291,0.328l-0.128,0.292l0.289,0.012l0.421,0.146l0.149,0.176l0.218,0.146l0.013,0.25l-0.315,0.752l0.126,0.137l0.161,0.175l-0.074,0.242l0.816,0.835l0.316,0.193l-0.298,0.048l-0.085,0.133 l0.328,0.302l-0.009,0.314l-0.255,0.24l-0.429,0.013l-0.286,0.181l-0.599,0.398l-1.509,1.218l-0.082,0.306l0.044,0.552l0.349,0.383l-0.653-0.018z M431.844,80.27l0.232,0.024l0.069,0.208l-0.134-0.029l-0.168-0.203z M432.739,80.361l-0.03,0.129l-0.278-0.024 l-0.191,0.03l-0.046-0.208l0.174-0.012h0.266l0.106,0.085z', transform=>'matrix('.$scale.',0,0,'.$scale .','. $scale*$width_translate. ','.$scale*$height_translate.')'); $svg->path( style=>'font-size:12;fill:#1b9531;stroke:#000000;stroke-width:0.25;stroke-miterlimit:1;', d=>'M442.391,98.111l-0.589,0.203l-0.433,0.031l-0.668,0.047l-0.58-0.098l-1.116-0.671l-1.412-0.612l-0.215-0.197l-0.364-0.333l-0.304-0.59l0.346-0.299l0.154-0.294l-0.204-0.188l0.04-0.375l0.409-0.062l0.157-0.206l-0.136-0.196l-0.452-0.063 l0.223-0.197h0.325l0.164,0.134l0.701-0.054l0.019-0.367l0.636-0.291l0.245-0.146l0.399,0.172l0.617,0.17l0.414,0.027l1.651,0.036l0.334-0.568l0.255-0.001l0.761-0.134l0.499-0.061l0.59,0.072l0.427-0.063l1.024-0.759l0.717-0.047l1.062-0.035l0.534,0.359 l0.437,0.143l0.629-0.076l0.166-0.015l0.668,0.301l0.554,0.2l0.678,0.387l-0.45,0.338l-1.125,0.267l-0.581,0.408l-0.968,1.451l-0.63,0.84l-0.753,0.567l-0.361,0.16l-0.724,0.047l-0.264,0.103l-0.176-0.002l-0.907-0.067l-0.889,0.077l-1.535,0.529z', transform=>'matrix('.$scale.',0,0,'.$scale .','. $scale*$width_translate. ','.$scale*$height_translate.')'); my $out = $svg->xmlify; print $fh $out; __END__