This commit is contained in:
Victor 2018-11-14 22:48:39 +02:00
commit f1dd4789e6
26 changed files with 4491 additions and 0 deletions

83
build.xml Normal file
View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<project name="SVGParser" default="jar" basedir=".">
<description>Builds, tests, and runs the project .</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
pre-init: called before initialization of project properties
post-init: called after initialization of project properties
pre-preprocess: called before text preprocessing of sources
post-preprocess: called after text preprocessing of sources
pre-compile: called before source compilation
post-compile: called after source compilation
pre-obfuscate: called before obfuscation
post-obfuscate: called after obfuscation
pre-preverify: called before preverification
post-preverify: called after preverification
pre-jar: called before jar building
post-jar: called after jar building
pre-build: called before final distribution building
post-build: called after final distribution building
pre-clean: called before cleaning build products
post-clean: called after cleaning build products
Example of pluging a my-special-task after the compilation could look like
<target name="post-compile">
<my-special-task>
<fileset dir="${build.classes.dir}"/>
</my-special-task>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Other way how to customize the build is by overriding existing main targets.
The target of interest are:
preprocess: preprocessing
extract-libs: extraction of libraries and resources
compile: compilation
create-jad: construction of jad and jar manifest source
obfuscate: obfuscation
preverify: preverification
jar: jar archive building
run: execution
debug: execution in debug mode
build: building of the final distribution
javadoc: javadoc generation
Example of overriding the target for project execution could look like
<target name="run" depends="init,jar">
<my-special-exec jadfile="${dist.dir}/${dist.jad}"/>
</target>
Be careful about correct dependencies when overriding original target.
Again, for list of available properties which you can use check the target
you are overriding in nbproject/build-impl.xml file.
A special target for-all-configs can be used to run some specific targets for
all project configurations in a sequence. File nbproject/build-impl.xml
already contains some "for-all" targets:
jar-all
javadoc-all
clean-all
Example of definition of target iterating over all project configurations:
<target name="jar-all">
<property name="target.to.call" value="jar"/>
<antcall target="for-all-configs"/>
</target>
-->
</project>

1247
nbproject/build-impl.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
build.xml.data.CRC32=aa80b26b
build.xml.script.CRC32=3f2583d9
build.xml.stylesheet.CRC32=9c6a911d
nbproject/build-impl.xml.data.CRC32=aa80b26b
nbproject/build-impl.xml.script.CRC32=c596c40a
nbproject/build-impl.xml.stylesheet.CRC32=e46c2d22

View File

@ -0,0 +1,8 @@
#Mon, 30 Apr 2012 13:30:05 +0300
#Mon Dec 29 20:13:06 EET 2008
netbeans.user=C\:\\Users\\aNNiMON\\.netbeans\\7.1
javadoc.preview=true
config.active=
deployment.counter=60
app-version.autoincrement=true
deployment.number=0.0.59

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/1">
<file>file:/C:/Users/aNNiMON/Documents/NetBeansProjects/SVGParser/src/Graph.java</file>
<file>file:/C:/Users/aNNiMON/Documents/NetBeansProjects/SVGParser/src/SVGParser.java</file>
</open-files>
</project-private>

View File

@ -0,0 +1,143 @@
abilities=MMAPI=1.1,SATSAJCRMI=1.0,SATSACRYPTO=1.0,JSR82=1.1,NOKIAUI=1.0,JSR226=1.0,MIDP=2.1,JSR229=1.1.0,SATSAAPDU=1.0,CLDC=1.1,JSR177=1.0,JSR179=1.0.1,J2MEWS=1.0,VSCL=2.1,WMA=2.0,JSR172=1.0,SEMC_EXT_JP8=1.0,ColorScreen,OBEX=1.0,NokiaUI=1.0,JSR238=1.0,JSR239=1.0,JSR211=1.0,JSR234=1.0,ScreenWidth=240,lib/semc_ext_jp8.jar=1.0,MascotV3=1.0,JSR75=1.0,JSR184=1.1,SATSAPKI=1.0,ScreenHeight=321,ScreenColorDepth=8,JSR180=1.0.1,J2MEXMLRPC=1.0,
all.configurations=\
application.args=
application.description=
application.description.detail=
application.name=
application.vendor=Vendor
build.classes.dir=${build.dir}/compiled
build.classes.excludes=**/*.java,**/*.form,**/*.class,**/.nbintdb,**/*.mvd,**/*.wsclient,**/*.vmd
build.dir=build/${config.active}
build.root.dir=build
debug.level=debug
debugger.timeout=
deployment.copy.target=deploy
deployment.instance=default
deployment.jarurl=${dist.jar}
deployment.method=NONE
deployment.override.jarurl=false
dist.dir=dist/${config.active}
dist.jad=SVGParser.jad
dist.jar=SVGParser.jar
dist.javadoc.dir=${dist.dir}/doc
dist.root.dir=dist
extra.classpath=
file.reference.builtin.ks=${netbeans.user}/config/j2me/builtin.ks
filter.exclude.tests=false
filter.excludes=
filter.more.excludes=
filter.use.standard=true
jar.compress=true
javac.debug=true
javac.deprecation=false
javac.encoding=windows-1251
javac.optimize=false
javac.source=1.3
javac.target=1.3
javadoc.author=false
javadoc.encoding=
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
libs.classpath=
main.class=
main.class.class=applet
manifest.apipermissions=
manifest.file=manifest.mf
manifest.is.liblet=false
manifest.jad=
manifest.manifest=
manifest.midlets=MIDlet-1: SVGParser,,SVGParser\n
manifest.others=MIDlet-Vendor: aNNiMON\nMIDlet-Name: SVGParser\nMIDlet-Version: 1.1\n
manifest.pushregistry=
name=SVGParser
no.dependencies=false
nokiaS80.application.icon=
nsicom.application.monitorhost=
nsicom.application.runremote=
nsicom.application.runverbose=
nsicom.remoteapp.location=\\My Documents\\NetBeans Applications
nsicom.remotevm.location=\\Windows\\creme\\bin\\CrEme.exe
obfuscated.classes.dir=${build.dir}/obfuscated
obfuscation.custom=@E:\\SETUPS\\Disk\\Programming\\Java\\annimon.pro
obfuscation.level=1
obfuscator.destjar=${build.dir}/obfuscated.jar
obfuscator.srcjar=${build.dir}/before-obfuscation.jar
platform.active=Sony_Ericsson_SDK_2_5_0_6_for_the_Java_TM__ME_Platform_Emulator_
platform.active.description=Sony Ericsson SDK 2.5.0.6 for the Java(TM) ME Platform(Emulator)
platform.apis=JSR234-1.0,J2ME-WS-1.0,JSR239-1.0,JSR238-1.0,MMAPI-1.1,JSR226-1.0,JSR75-1.0,JSR184-1.1,WMA-2.0,JSR211-1.0,JSR82-1.1
platform.bootclasspath=${platform.home}/lib/jsr226.jar:${platform.home}/lib/jsr238.jar:${platform.home}/lib/jsr211.jar:${platform.home}/lib/jsr082.jar:${platform.home}/lib/jsr184.jar:${platform.home}/lib/jsr239.jar:${platform.home}/lib/jsr75.jar:${platform.home}/lib/mmapi.jar:${platform.home}/lib/j2me-ws.jar:${platform.home}/lib/wma20.jar:${platform.home}/lib/jsr234.jar:${platform.home}/lib/cldcapi11.jar:${platform.home}/lib/midpapi20.jar
platform.configuration=CLDC-1.1
platform.device=SonyEricsson_JP8_240x320_Emu
platform.fat.jar=true
platform.profile=MIDP-2.0
platform.trigger=CLDC
platform.type=UEI-1.0.1
preprocessed.dir=${build.dir}/preprocessed
preverify.classes.dir=${build.dir}/preverified
preverify.sources.dir=${build.dir}/preverifysrc
resources.dir=resources
ricoh.application.email=
ricoh.application.fax=
ricoh.application.icon=
ricoh.application.target-jar=
ricoh.application.telephone=
ricoh.application.uid=93438420
ricoh.application.version=
ricoh.dalp.application-desc.auto-run=false
ricoh.dalp.application-desc.energy-save=
ricoh.dalp.application-desc.exec-auth=
ricoh.dalp.application-desc.visible=true
ricoh.dalp.argument=
ricoh.dalp.codebase=
ricoh.dalp.display-mode.color=true
ricoh.dalp.display-mode.is-4line-support=false
ricoh.dalp.display-mode.is-hvga-support=true
ricoh.dalp.display-mode.is-vga-support=false
ricoh.dalp.display-mode.is-wvga-support=false
ricoh.dalp.information.abbreviation=
ricoh.dalp.information.icon.basepath=
ricoh.dalp.information.icon.location=
ricoh.dalp.information.is-icon-used=true
ricoh.dalp.install.destination=hdd
ricoh.dalp.install.mode.auto=true
ricoh.dalp.install.work-dir=hdd
ricoh.dalp.is-managed=true
ricoh.dalp.resources.dsdk.version=2.0
ricoh.dalp.resources.jar.basepath=
ricoh.dalp.resources.jar.version=
ricoh.dalp.version=
ricoh.icon.invert=false
ricoh.platform.target.version=
run.cmd.options=
run.jvmargs=
run.method=STANDARD
run.security.domain=trusted
run.use.security.domain=false
savaje.application.icon=
savaje.application.icon.focused=
savaje.application.icon.small=
savaje.application.uid=TBD
savaje.bundle.base=
savaje.bundle.debug=false
savaje.bundle.debug.port=
semc.application.caps=
semc.application.icon=
semc.application.icon.count=
semc.application.icon.splash=
semc.application.icon.splash.installonly=false
semc.application.uid=E8750257
semc.certificate.path=
semc.private.key.password=
semc.private.key.path=
sign.alias=minimal
sign.enabled=false
sign.keystore=${file.reference.builtin.ks}
src.dir=src
use.emptyapis=true
use.preprocessor=true

10
nbproject/project.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.kjava.j2meproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2me-project">
<name>SVGParser</name>
<minimum-ant-version>1.6</minimum-ant-version>
</data>
</configuration>
</project>

430
src/Graph.java Normal file
View File

@ -0,0 +1,430 @@
import java.util.Vector;
import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Font;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
import javax.microedition.lcdui.game.Sprite;
/**
* Парсинг + Вывод на экран
* @author aNNiMON
*/
public class Graph extends Canvas implements Runnable {
private static final int MAX_PARSE_STRING = 10;
private static final int[] ROTATE_MODES = {
Sprite.TRANS_NONE, Sprite.TRANS_ROT90, Sprite.TRANS_ROT180, Sprite.TRANS_ROT270,
Sprite.TRANS_MIRROR, Sprite.TRANS_MIRROR_ROT90, Sprite.TRANS_MIRROR_ROT180, Sprite.TRANS_MIRROR_ROT270
};
private int w, h;
private int rotateScreen;
private Graphics G;
private Image img;
private String allText;
public Graph (String text) {
setFullScreenMode(true);
w = getWidth();
h = getHeight();
allText = text;
img = Image.createImage(w, h);
G = img.getGraphics();
rotateScreen = 0;
(new Thread(this)).start();
}
public void paint(Graphics g) {
g.setColor(0xFFFFFF);
g.fillRect(0, 0, w, h);
g.drawRegion(img, 0, 0, w, h, ROTATE_MODES[rotateScreen],
w/2, h/2, Graphics.HCENTER | Graphics.VCENTER);
}
private void getColor(String colorName) {
if (colorName.equals("#0")) G.setColor(0, 0, 0);
else if (colorName.equals("black")) G.setColor(0, 0, 0);
else if (colorName.equals("white")) G.setColor(255, 255, 255);
else if (colorName.equals("yellow")) G.setColor(255, 255, 0);
else if (colorName.equals("red")) G.setColor(255, 0, 0);
else if (colorName.equals("green")) G.setColor(0, 128, 0);
else if (colorName.equals("blue")) G.setColor(0, 0, 255);
else if (colorName.equals("pink")) G.setColor(255, 192, 203);
else if (colorName.equals("orange")) G.setColor(255, 165, 0);
else if (colorName.equals("gold")) G.setColor(255, 215, 0);
else if (colorName.equals("lime")) G.setColor(0, 255, 0);
else if (colorName.equals("purple")) G.setColor(0, 0, 255);
else if (colorName.equals("maroon")) G.setColor(128, 0, 0);
// Считывание цветов в HEX
else if (colorName.length() == 7) {
String st = colorName.substring(1, 7);
int rgb = Integer.parseInt(st,16);
G.setColor(rgb);
}
}
public void keyPressed (int key) {
int ga = getGameAction(key);
if (ga == FIRE) SVGParser.midlet.dsp.setCurrent(SVGParser.midlet.menu);
else if (key == KEY_NUM9) {
rotateScreen++;
if (rotateScreen >= ROTATE_MODES.length) {
rotateScreen = 0;
}
}
repaint();
}
// Сам парсинг
public void run() {
long startTime = System.currentTimeMillis();
String[] parameters = threshold(allText, ' ');
int parametersLength = parameters.length;
for (int i = 0; i < parametersLength; i++) {
// Переменные
boolean fill = false, stroke = false;
int dataIndex, dataEndIndex;
int x = 0, y = 0, radius = 0, strokeWidth = 0;
int cx = 0, cy = 0, rx = 0, ry = 0;
String fillColor = "", lineColor = "";
int maxIndex = i+MAX_PARSE_STRING;
if (maxIndex >= parametersLength) maxIndex = parametersLength;
// Круг
if (parameters[i].equals("<circle")) {
for (int j = i; j < maxIndex; j++) {
String value = parameters[j];
if (value.startsWith("cx=")) {
dataIndex = 4; // здесь записываем значение длинны верхней строчки startsWith("cx=") (именно длинну того, что в кавычках)+ 1
dataEndIndex = value.indexOf('"', dataIndex);
cx = Integer.parseInt(value.substring(dataIndex, dataEndIndex));
}
else if (value.startsWith("cy=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
cy = Integer.parseInt(value.substring(dataIndex, dataEndIndex));
}
else if (value.startsWith("r=")) {
dataIndex = 3;
dataEndIndex = value.indexOf('"', dataIndex);
radius = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("fill=")) {
dataIndex = 6;
dataEndIndex = value.indexOf('"', dataIndex);
fillColor = value.substring(dataIndex,dataEndIndex);
if (fillColor.equals("none")) fill = false;
else fill = true;
}
else if (value.startsWith("stroke=")) {
dataIndex = 8;
dataEndIndex = value.indexOf('"', dataIndex);
lineColor = value.substring(dataIndex,dataEndIndex);
stroke = true;
getColor(lineColor);
}
else if (value.startsWith("stroke-width=")) {
dataIndex = 14;
dataEndIndex = value.indexOf('"', dataIndex);
strokeWidth = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("/>")) { // если считаны закрывающие кавычки "/>", то рисуем то, что считали
int x1 = cx-radius;
int y1 = cy-radius;
int x2 = radius*2;
if (!stroke) fill = true;
if (fill) {
getColor(fillColor);
G.fillArc(x1, y1, x2, x2, 0, 360);
}
if (stroke) {
getColor(lineColor);
G.drawArc(x1, y1, x2, x2, 0, 360);
if (strokeWidth > 1) {
for (int k = 1; k < strokeWidth + 1; k++) {
G.drawArc(x1 + k, y1 + k, x2 - (k * 2), x2 - (k * 2), 0, 360);
}
}
}
repaint();
break;
}
}
continue;
}
// Если прочитан элемент "<rect" - Прямоугольник
if (parameters[i].equals("<rect")) {
for (int j = i; j < maxIndex; j++) {
String value = parameters[j];
if (value.startsWith("x=")) {
dataIndex = 3;
dataEndIndex = value.indexOf('"', dataIndex);
x = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("y=")) {
dataIndex = 3;
dataEndIndex = value.indexOf('"', dataIndex);
y = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("rx=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
rx = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("ry=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
ry = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("width=")) {
dataIndex = 7;
dataEndIndex = value.indexOf('"', dataIndex);
cx = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("height=")) {
dataIndex = 8;
dataEndIndex = value.indexOf('"', dataIndex);
cy = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("fill=")) {
dataIndex = 6;
dataEndIndex = value.indexOf('"', dataIndex);
fillColor = value.substring(dataIndex,dataEndIndex);
if (fillColor.equals("none")) fill = false;
else fill = true;
getColor(fillColor);
}
else if (value.startsWith("stroke=")) {
dataIndex = 8;
dataEndIndex = value.indexOf('"', dataIndex);
lineColor = value.substring(dataIndex,dataEndIndex);
stroke = true;
getColor(lineColor);
}
else if (value.startsWith("stroke-width=")) {
dataIndex = 14;
dataEndIndex = value.indexOf('"', dataIndex);
strokeWidth = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("/>")) {
if (!stroke) fill = true;
if (fill) {
getColor(fillColor);
G.fillRoundRect(x, y, cx, cy, rx, ry);
}
if (stroke) {
getColor(lineColor);
G.drawRoundRect(x, y, cx, cy, rx, ry);
if (strokeWidth > 1) {
for (int k = 1; k < strokeWidth + 1; k++) {
G.drawRect(x + k, y + k, cx - (k * 2), cy - (k * 2));
}
}
}
repaint();
break;
}
}
continue;
}
// Если прочитан элемент "<ellipse" - эллипс
if (parameters[i].equals("<ellipse")) {
for (int j = i; j < maxIndex; j++) {
String value = parameters[j];
if (value.startsWith("cx=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
cx = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("cy=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
cy = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("rx=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
rx = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("ry=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
ry = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("fill=")) {
dataIndex = 6;
dataEndIndex = value.indexOf('"', dataIndex);
fillColor = value.substring(dataIndex,dataEndIndex);
if (fillColor.equals("none")) fill = false;
else fill = true;
getColor(fillColor);
}
else if (value.startsWith("stroke=")) {
dataIndex = 8;
dataEndIndex = value.indexOf('"', dataIndex);
lineColor = value.substring(dataIndex,dataEndIndex);
stroke = true;
getColor(lineColor);
}
else if (value.startsWith("stroke-width=")) {
dataIndex = 14;
dataEndIndex = value.indexOf('"', dataIndex);
strokeWidth = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("/>")) {
int x1 = cx - rx; int y1 = cy - ry;
int x2 = rx*2; int y2 = ry*2;
if (!stroke) fill = true;
if (fill) {
getColor(fillColor);
G.fillArc(x1, y1, x2, y2, 0, 360);
}
if (stroke) {
getColor(lineColor);
G.drawArc(x1, y1, x2, y2, 0, 360);
if (strokeWidth > 1) {
for (int k = 1; k < strokeWidth + 1; k++) {
G.drawArc(x1 + k, y1 + k, x2 - (k * 2), y2 - (k * 2), 0, 360);
}
}
}
repaint();
break;
}
}
continue;
}
// Если прочитан элемент "<line" - линия
if (parameters[i].equals("<line")) {
for (int j = i; j < maxIndex; j++) {
String value = parameters[j];
if (value.startsWith("x1=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
x = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("y1=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
y = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("x2=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
cx = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("y2=")) {
dataIndex = 4;
dataEndIndex = value.indexOf('"', dataIndex);
cy = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("stroke=")) {
dataIndex = 8;
dataEndIndex = value.indexOf('"', dataIndex);
lineColor = value.substring(dataIndex,dataEndIndex);
stroke = true;
getColor(lineColor);
}
else if (value.startsWith("stroke-width=")) {
dataIndex = 14;
dataEndIndex = value.indexOf('"', dataIndex);
strokeWidth = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("/>")) {
if(stroke) {
getColor(lineColor);
G.drawLine(x, y, cx, cy);
if (strokeWidth > 1) {
for (int k = 1; k < strokeWidth + 1; k++) {
G.drawLine(x + k, y + k, cx + k, cy + k);
}
}
}
repaint();
break;
}
}
continue;
}
// Если прочитан элемент "<text" - текст
if (parameters[i].equals("<text")) {
for (int j = i; j < maxIndex; j++) {
String value = parameters[j];
if (value.startsWith("x=")) {
dataIndex = 3;
dataEndIndex = value.indexOf('"', dataIndex);
x = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("y=")) {
dataIndex = 3;
dataEndIndex = value.indexOf('"', dataIndex);
y = Integer.parseInt(value.substring(dataIndex,dataEndIndex));
}
else if (value.startsWith("fill=")) {
dataIndex = 6;
dataEndIndex = value.indexOf('"', dataIndex);
fillColor = value.substring(dataIndex,dataEndIndex);
if (fillColor.equals("none")) fill = false;
else fill = true;
getColor(fillColor);
int ee1 = value.indexOf('>', dataIndex);
int ee2 = value.indexOf('<', dataIndex);
String prs = value.substring(ee1+1, ee2);
if(fill) {
getColor(fillColor);
Font fnt = Font.getFont(32, 0, 8);
G.setFont(fnt);
G.drawString(prs, x, y, Graphics.BOTTOM | Graphics.LEFT);
}
repaint();
break;
}
}
}
continue;
}
System.out.println("Time: "+(System.currentTimeMillis() - startTime));
}
/**
* Разбиение строки на массив подстрок по разделителю delim
*/
private String[] threshold(String text, char delim) {
Vector lines = new Vector();
StringBuffer sb = new StringBuffer();
int stringLength = text.length();
for (int i = 0; i < stringLength; i++) {
char symbol = text.charAt(i);
if (symbol == delim) {
if (sb.length() > 0) {
lines.addElement(sb.toString().trim());
sb.delete(0, sb.length());
}
} else {
sb.append(symbol);
}
}
if (sb.length() > 0) {
lines.addElement(sb.toString().trim());
}
String[] outLines = new String[lines.size()];
lines.copyInto(outLines);
return outLines;
}
}

75
src/SVGParser.java Normal file
View File

@ -0,0 +1,75 @@
import java.io.InputStream;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
/**
* Главный класс
*
* @author aNNiMON
*/
public class SVGParser extends MIDlet implements CommandListener {
private static final String[] NAMES = new String[] {
"1a", "5", "bs", "circle", "coords", "f", "home", "j0j", "lr",
"nytree", "p", "star", "t", "test1.2", "test1.6", "v1.4", "x3"
};
public List menu;
public Display dsp;
public static SVGParser midlet;
private Command exit;
public SVGParser() {
midlet = SVGParser.this;
dsp = Display.getDisplay(SVGParser.this);
exit = new Command("Выход", Command.EXIT, 0);
initMenu();
}
public void startApp() {
}
public void pauseApp() {}
public void destroyApp(boolean a) {
notifyDestroyed();
}
private void initMenu() {
menu = new List("Выбор SVG", List.IMPLICIT);
for (int i = 0; i < NAMES.length; i++) {
menu.append(NAMES[i], null);
}
menu.append("Выход", null);
menu.addCommand(exit);
menu.setCommandListener(this);
SVGParser.midlet.dsp.setCurrent(menu);
}
public void commandAction(Command c, Displayable d) {
int menuIndex = menu.getSelectedIndex();
if (menuIndex == NAMES.length || c == exit) {
SVGParser.midlet.destroyApp(true);
}
else if (c == List.SELECT_COMMAND) {
String svgText = getStr("/svg/" + NAMES[menuIndex] + ".svg");
Graph grf = new Graph(svgText);
SVGParser.midlet.dsp.setCurrent(grf);
}
}
// Метод чтения ресурса из архива программы
private String getStr(String spath) {
InputStream is = getClass().getResourceAsStream(spath);
StringBuffer strBuff = new StringBuffer();
int ch;
try {
while ((ch = is.read()) != -1) {
strBuff.append((char) ((ch >= 0xc0 && ch <= 0xFF) ? (ch + 0x350) : ch));
}
is.close();
} catch (Exception e) {}
return strBuff.toString();
}
}

11
src/svg/1a.svg Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="132" height="132">
<ellipse cx="45" cy="39" rx="33" ry="33" fill="#0000fe" />
<ellipse cx="31" cy="23" rx="3" ry="5" fill="#fefdfe" />
<ellipse cx="51" cy="19" rx="3" ry="3" fill="#fefdfe" />
<ellipse cx="44" cy="40" rx="4" ry="8" fill="#fefdfe" />
<line x1="30" y1="24" x2="30" y2="20" stroke="#000301" stroke-width="1" />
<line x1="52" y1="20" x2="50" y2="16" stroke="#000301" stroke-width="1" />
<line x1="42" y1="42" x2="42" y2="44" stroke="#000301" stroke-width="1" />
<line x1="46" y1="44" x2="46" y2="38" stroke="#000301" stroke-width="1" />
<ellipse cx="42" cy="57" rx="12" ry="3" fill="#fefdfe" />
</svg>

After

Width:  |  Height:  |  Size: 752 B

25
src/svg/5.svg Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="100" height="100">
<circle cx="14" cy="23" r="19" fill="pink" stroke="red" stroke-width="2" />
<circle cx="39" cy="22" r="19" fill="black" stroke="yellow" stroke-width="2" />
<circle cx="78" cy="22" r="12" fill="red" stroke="pink" stroke-width="2" />
<circle cx="66" cy="22" r="15" fill="green" stroke="blue" stroke-width="2" />
<circle cx="53" cy="22" r="9" fill="orange" stroke="green" stroke-width="2" />
<circle cx="63" cy="34" r="6" fill="green" stroke="gold" stroke-width="2" />
<circle cx="70" cy="54" r="11" fill="red" stroke="blue" stroke-width="2" />
<circle cx="80" cy="66" r="11" fill="pink" stroke="red" stroke-width="2" />
<circle cx="83" cy="46" r="13" fill="yellow" stroke="pink" stroke-width="2" />
<circle cx="93" cy="24" r="7" fill="pink" stroke="yellow" stroke-width="2" />
<circle cx="85" cy="3" r="11" fill="orange" stroke="blue" stroke-width="2" />
<circle cx="45" cy="44" r="11" fill="red" stroke="gold" stroke-width="2" />
<circle cx="7" cy="41" r="14" fill="black" stroke="black" stroke-width="2" />
<circle cx="21" cy="56" r="15" fill="pink" stroke="pink" stroke-width="2" />
<circle cx="11" cy="81" r="14" fill="red" stroke="blue" stroke-width="2" />
<circle cx="32" cy="96" r="5" fill="red" stroke="black" stroke-width="2" />
<circle cx="30" cy="83" r="23" fill="yellow" stroke="white" stroke-width="2" />
<circle cx="50" cy="63" r="10" fill="green" stroke="black" stroke-width="2" />
<circle cx="68" cy="74" r="21" fill="yellow" stroke="black" stroke-width="2" />
<circle cx="75" cy="82" r="15" fill="red" stroke="green" stroke-width="2" />
<circle cx="97" cy="82" r="3" fill="pink" stroke="black" stroke-width="2" />
<circle cx="93" cy="94" r="7" fill="red" stroke="blue" stroke-width="2" />
<circle cx="91" cy="73" r="3" fill="blue" stroke="black" stroke-width="2" />
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

106
src/svg/bs.svg Normal file
View File

@ -0,0 +1,106 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="130" height="130">
<line x1="26" y1="26" x2="100" y2="100" stroke="#7e0a13" stroke-width="1" />
<line x1="104" y1="26" x2="24" y2="100" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="22" x2="60" y2="112" stroke="#7e0a13" stroke-width="1" />
<line x1="6" y1="68" x2="116" y2="58" stroke="#7e0a13" stroke-width="1" />
<line x1="44" y1="26" x2="80" y2="102" stroke="#7e0a13" stroke-width="1" />
<line x1="76" y1="26" x2="46" y2="100" stroke="#7e0a13" stroke-width="1" />
<line x1="100" y1="46" x2="20" y2="84" stroke="#7e0a13" stroke-width="1" />
<line x1="24" y1="46" x2="100" y2="80" stroke="#7e0a13" stroke-width="1" />
<line x1="72" y1="102" x2="52" y2="10" stroke="#7e0a13" stroke-width="1" />
<line x1="76" y1="14" x2="48" y2="112" stroke="#7e0a13" stroke-width="1" />
<line x1="20" y1="56" x2="110" y2="72" stroke="#7e0a13" stroke-width="1" />
<line x1="90" y1="28" x2="24" y2="94" stroke="#7e0a13" stroke-width="1" />
<line x1="28" y1="42" x2="102" y2="90" stroke="#7e0a13" stroke-width="1" />
<line x1="56" y1="52" x2="56" y2="64" stroke="#7e0a13" stroke-width="1" />
<line x1="54" y1="64" x2="54" y2="48" stroke="#7e0a13" stroke-width="1" />
<line x1="54" y1="48" x2="70" y2="48" stroke="#7e0a13" stroke-width="1" />
<line x1="70" y1="48" x2="70" y2="74" stroke="#7e0a13" stroke-width="1" />
<line x1="70" y1="74" x2="54" y2="74" stroke="#7e0a13" stroke-width="1" />
<line x1="54" y1="74" x2="54" y2="60" stroke="#7e0a13" stroke-width="1" />
<line x1="64" y1="60" x2="64" y2="64" stroke="#7e0a13" stroke-width="1" />
<line x1="64" y1="62" x2="68" y2="62" stroke="#7e0a13" stroke-width="1" />
<line x1="104" y1="62" x2="60" y2="62" stroke="#7e0a13" stroke-width="1" />
<line x1="16" y1="38" x2="104" y2="76" stroke="#7e0a13" stroke-width="1" />
<line x1="100" y1="22" x2="16" y2="106" stroke="#7e0a13" stroke-width="1" />
<line x1="66" y1="64" x2="100" y2="30" stroke="#7e0a13" stroke-width="1" />
<line x1="18" y1="98" x2="64" y2="64" stroke="#7e0a13" stroke-width="1" />
<line x1="14" y1="74" x2="64" y2="62" stroke="#7e0a13" stroke-width="1" />
<line x1="64" y1="62" x2="114" y2="48" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="64" x2="108" y2="38" stroke="#7e0a13" stroke-width="1" />
<line x1="50" y1="46" x2="50" y2="78" stroke="#7e0a13" stroke-width="1" />
<line x1="50" y1="78" x2="72" y2="78" stroke="#7e0a13" stroke-width="1" />
<line x1="72" y1="78" x2="72" y2="46" stroke="#7e0a13" stroke-width="1" />
<line x1="72" y1="46" x2="52" y2="46" stroke="#7e0a13" stroke-width="1" />
<line x1="68" y1="66" x2="10" y2="46" stroke="#7e0a13" stroke-width="1" />
<line x1="68" y1="62" x2="30" y2="16" stroke="#7e0a13" stroke-width="1" />
<line x1="58" y1="62" x2="14" y2="28" stroke="#7e0a13" stroke-width="1" />
<line x1="34" y1="28" x2="62" y2="64" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="64" x2="68" y2="4" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="60" x2="88" y2="16" stroke="#7e0a13" stroke-width="1" />
<line x1="64" y1="60" x2="94" y2="106" stroke="#7e0a13" stroke-width="1" />
<line x1="66" y1="64" x2="66" y2="114" stroke="#7e0a13" stroke-width="1" />
<line x1="58" y1="62" x2="26" y2="104" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="62" x2="28" y2="110" stroke="#7e0a13" stroke-width="1" />
<line x1="64" y1="64" x2="36" y2="118" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="66" x2="88" y2="116" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="64" x2="78" y2="118" stroke="#7e0a13" stroke-width="1" />
<line x1="64" y1="60" x2="6" y2="66" stroke="#7e0a13" stroke-width="1" />
<line x1="64" y1="66" x2="12" y2="54" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="62" x2="116" y2="58" stroke="#7e0a13" stroke-width="1" />
<line x1="56" y1="58" x2="114" y2="58" stroke="#7e0a13" stroke-width="1" />
<line x1="58" y1="64" x2="110" y2="32" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="62" x2="126" y2="62" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="62" x2="110" y2="110" stroke="#7e0a13" stroke-width="1" />
<line x1="52" y1="52" x2="62" y2="70" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="64" x2="12" y2="114" stroke="#7e0a13" stroke-width="1" />
<line x1="58" y1="66" x2="8" y2="96" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="64" x2="2" y2="58" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="64" x2="10" y2="14" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="66" x2="38" y2="4" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="64" x2="104" y2="20" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="62" x2="122" y2="16" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="64" x2="18" y2="78" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="66" x2="104" y2="66" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="66" x2="84" y2="100" stroke="#7e0a13" stroke-width="1" />
<line x1="56" y1="64" x2="36" y2="100" stroke="#7e0a13" stroke-width="1" />
<line x1="56" y1="62" x2="40" y2="100" stroke="#7e0a13" stroke-width="1" />
<line x1="66" y1="66" x2="62" y2="112" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="52" x2="54" y2="112" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="68" x2="98" y2="104" stroke="#7e0a13" stroke-width="1" />
<line x1="54" y1="60" x2="90" y2="106" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="68" x2="80" y2="112" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="60" x2="74" y2="112" stroke="#7e0a13" stroke-width="1" />
<line x1="66" y1="64" x2="20" y2="110" stroke="#7e0a13" stroke-width="1" />
<line x1="66" y1="64" x2="120" y2="64" stroke="#7e0a13" stroke-width="1" />
<line x1="58" y1="64" x2="18" y2="64" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="64" x2="26" y2="30" stroke="#7e0a13" stroke-width="1" />
<line x1="62" y1="64" x2="92" y2="34" stroke="#7e0a13" stroke-width="1" />
<line x1="68" y1="62" x2="34" y2="28" stroke="#7e0a13" stroke-width="1" />
<line x1="68" y1="62" x2="68" y2="20" stroke="#7e0a13" stroke-width="1" />
<line x1="68" y1="58" x2="34" y2="24" stroke="#7e0a13" stroke-width="1" />
<line x1="56" y1="62" x2="56" y2="16" stroke="#7e0a13" stroke-width="1" />
<line x1="56" y1="66" x2="46" y2="18" stroke="#7e0a13" stroke-width="1" />
<line x1="64" y1="64" x2="76" y2="20" stroke="#7e0a13" stroke-width="1" />
<line x1="66" y1="64" x2="60" y2="16" stroke="#7e0a13" stroke-width="1" />
<line x1="60" y1="64" x2="48" y2="14" stroke="#7e0a13" stroke-width="1" />
<line x1="50" y1="62" x2="50" y2="44" stroke="#7e0a89" stroke-width="1" />
<line x1="50" y1="44" x2="74" y2="44" stroke="#7e0a89" stroke-width="1" />
<line x1="74" y1="44" x2="74" y2="78" stroke="#7e0a89" stroke-width="1" />
<line x1="74" y1="78" x2="52" y2="78" stroke="#7e0a89" stroke-width="1" />
<line x1="52" y1="78" x2="52" y2="44" stroke="#7e0a89" stroke-width="1" />
<line x1="50" y1="44" x2="50" y2="78" stroke="#7e0a89" stroke-width="1" />
<line x1="40" y1="54" x2="62" y2="14" stroke="#7e0a89" stroke-width="1" />
<line x1="62" y1="14" x2="90" y2="58" stroke="#7e0a89" stroke-width="1" />
<line x1="90" y1="58" x2="128" y2="64" stroke="#7e0a89" stroke-width="1" />
<line x1="128" y1="64" x2="88" y2="88" stroke="#7e0a89" stroke-width="1" />
<line x1="88" y1="88" x2="100" y2="126" stroke="#7e0a89" stroke-width="1" />
<line x1="100" y1="126" x2="60" y2="98" stroke="#7e0a89" stroke-width="1" />
<line x1="60" y1="98" x2="34" y2="124" stroke="#7e0a89" stroke-width="1" />
<line x1="34" y1="124" x2="28" y2="86" stroke="#7e0a89" stroke-width="1" />
<line x1="28" y1="86" x2="0" y2="64" stroke="#7e0a89" stroke-width="1" />
<line x1="0" y1="64" x2="40" y2="54" stroke="#7e0a89" stroke-width="1" />
<line x1="86" y1="54" x2="128" y2="62" stroke="#7e0a89" stroke-width="1" />
<line x1="90" y1="86" x2="96" y2="122" stroke="#7e0a89" stroke-width="1" />
<line x1="30" y1="86" x2="30" y2="122" stroke="#7e0a89" stroke-width="1" />
</svg>

After

Width:  |  Height:  |  Size: 7.9 KiB

7
src/svg/circle.svg Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
<svg version="1.1" baseProfile="tiny" id="root" width="100%" height="100%" viewBox="0 0 240 320">
<circle cx="135" cy="31" r="60" stroke="lime" fill="yellow" stroke-width="4" />
<circle cx="52" cy="89" r="20" stroke="blue" />
<circle cx="159" cy="181" r="60" stroke="green" fill="#003366" stroke-width="1" />
</svg>

After

Width:  |  Height:  |  Size: 476 B

10
src/svg/coords.svg Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
<svg version="1.1" baseProfile="tiny" id="root" width="100%" height="100%" viewBox="0 0 176 208">
<g id="coords0" >
<line x1="0" y1="0" x2="100" y2="0" stroke-width="4" stroke="blue" />
<line x1="0" y1="0" x2="0" y2="100" stroke-width="4" stroke="red" />
<circle cx="0" cy="0" r="4" fill="yellow" />
<text x="8" y="20" font-size="20" stroke="none" fill="black">(0,0)</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 575 B

9
src/svg/f.svg Normal file
View File

@ -0,0 +1,9 @@
<svg width="132" height="176">
<line x1="5" y1="5" x2="5" y2="171" stroke="red" stroke-width="3" />
<line x1="5" y1="5" x2="127" y2="5" stroke="red" stroke-width="3" />
<line x1="127" y1="5" x2="127" y2="171" stroke="red" stroke-width="3" />
<line x1="5" y1="171" x2="127" y2="171" stroke="red" stroke-width="3" />
<circle cx="60" cy="70" r="18" fill="blue" />
<circle cx="101" cy="158" r="14" fill="green" />
<line x1="0" y1="0" x2="0" y2="176" stroke="black" stroke-width="3" />
</svg>

After

Width:  |  Height:  |  Size: 494 B

37
src/svg/home.svg Normal file
View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="132" height="176">
<rect x="0" y="0" width="132" height="176" fill="#00fdfc" />
<rect x="40" y="58" width="53" height="64" fill="#00fdfc" stroke="#f70301" stroke-width="1" />
<rect x="56" y="81" width="19" height="28" fill="#00fdfc" rx="10" ry="10" stroke="#f7ff01" stroke-width="1" />
<line x1="92" y1="57" x2="64" y2="29" stroke="#000204" stroke-width="1" />
<line x1="64" y1="29" x2="39" y2="57" stroke="#000204" stroke-width="1" />
<line x1="64" y1="30" x2="22" y2="19" stroke="#000204" stroke-width="1" />
<line x1="36" y1="58" x2="8" y2="41" stroke="#000204" stroke-width="1" />
<line x1="8" y1="41" x2="21" y2="19" stroke="#000204" stroke-width="1" />
<line x1="7" y1="43" x2="7" y2="106" stroke="#000204" stroke-width="1" />
<line x1="7" y1="106" x2="38" y2="122" stroke="#000204" stroke-width="1" />
<line x1="40" y1="59" x2="29" y2="53" stroke="#000204" stroke-width="1" />
<ellipse cx="84" cy="31" rx="3" ry="12" fill="none" stroke="#000204" stroke-width="1" />
<line x1="65" y1="89" x2="65" y2="107" stroke="#000204" stroke-width="1" />
<line x1="57" y1="89" x2="74" y2="89" stroke="#000204" stroke-width="1" />
<rect x="12" y="62" width="19" height="43" fill="#0002ff" stroke="#f7ff01" stroke-width="1" />
<ellipse cx="112" cy="14" rx="9" ry="9" fill="#feff00" />
<line x1="107" y1="26" x2="98" y2="35" stroke="#feff00" stroke-width="1" />
<line x1="111" y1="37" x2="111" y2="27" stroke="#feff00" stroke-width="1" />
<line x1="114" y1="22" x2="122" y2="32" stroke="#feff00" stroke-width="1" />
<line x1="122" y1="16" x2="128" y2="22" stroke="#feff00" stroke-width="1" />
<line x1="128" y1="8" x2="122" y2="8" stroke="#feff00" stroke-width="1" />
<line x1="101" y1="8" x2="94" y2="1" stroke="#feff00" stroke-width="1" />
<line x1="99" y1="16" x2="85" y2="8" stroke="#feff00" stroke-width="1" />
<line x1="90" y1="23" x2="98" y2="21" stroke="#feff00" stroke-width="1" />
<line x1="42" y1="61" x2="90" y2="61" stroke="#8f4e85" stroke-width="1" />
<line x1="90" y1="61" x2="90" y2="120" stroke="#8f4e85" stroke-width="1" />
<line x1="41" y1="120" x2="41" y2="61" stroke="#8f4e85" stroke-width="1" />
<line x1="57" y1="31" x2="21" y2="22" stroke="#8f4e2c" stroke-width="1" />
<line x1="21" y1="25" x2="54" y2="33" stroke="#8f4e2c" stroke-width="1" />
<line x1="50" y1="36" x2="18" y2="29" stroke="#8f4e2c" stroke-width="1" />
<line x1="15" y1="34" x2="45" y2="39" stroke="#8f4e2c" stroke-width="1" />
<line x1="42" y1="43" x2="13" y2="39" stroke="#8f4e2c" stroke-width="1" />
<line x1="10" y1="42" x2="21" y2="22" stroke="#8f4e2c" stroke-width="1" />
<line x1="54" y1="30" x2="32" y2="52" stroke="#8f4e2c" stroke-width="1" />
<line x1="32" y1="48" x2="19" y2="46" stroke="#8f4e2c" stroke-width="1" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

852
src/svg/j0j.svg Normal file
View File

@ -0,0 +1,852 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="128" height="160">
<line x1="64" y1="160" x2="87" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="78" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="149" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="149" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="92" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="30" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="41" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="41" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="40" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="38" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="37" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="38" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="39" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="38" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="36" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="35" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="34" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="33" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="32" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="31" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="30" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="28" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="26" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="25" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="24" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="23" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="21" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="19" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="17" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="16" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="15" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="14" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="12" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="11" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="10" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="8" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="6" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="5" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="3" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="1" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="2" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="3" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="5" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="7" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="10" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="14" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="15" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="16" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="17" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="18" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="18" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="20" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="13" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="12" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="11" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="9" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="8" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="6" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="5" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="4" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="17" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="22" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="24" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="26" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="28" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="30" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="32" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="30" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="29" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="27" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="2" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="3" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="5" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="6" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="8" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="10" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="12" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="14" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="14" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="15" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="17" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="19" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="20" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="22" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="24" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="25" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="27" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="28" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="90" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="88" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="89" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="90" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="92" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="94" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="96" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="98" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="99" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="101" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="103" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="105" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="107" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="109" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="111" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="113" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="115" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="116" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="118" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="120" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="122" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="124" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="126" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="126" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="125" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="124" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="124" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="123" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="121" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="120" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="119" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="117" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="116" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="115" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="113" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="111" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="110" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="109" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="107" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="106" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="104" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="102" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="101" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="99" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="97" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="95" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="93" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="91" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="94" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="97" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="99" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="101" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="98" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="101" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="97" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="99" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="101" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="100" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="104" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="106" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="108" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="109" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="112" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="114" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="124" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="125" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="127" y2="0" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="91" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="90" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="89" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="88" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="86" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="84" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="83" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="81" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="80" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="82" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="83" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="83" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="81" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="80" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="92" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="91" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="90" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="89" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="88" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="87" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="85" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="86" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="85" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="83" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="82" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="81" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="80" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="79" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="94" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="96" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="98" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="100" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="101" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="103" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="105" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="107" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="109" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="111" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="107" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="105" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="103" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="101" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="99" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="97" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="97" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="95" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="93" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="95" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="97" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="99" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="100" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="101" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="103" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="105" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="106" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="108" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="106" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="105" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="103" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="101" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="102" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="103" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="105" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="104" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="105" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="107" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="109" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="110" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="160" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="159" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="157" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="156" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="154" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="152" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="160" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="159" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="158" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="156" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="155" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="153" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="152" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="151" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="149" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="153" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="152" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="150" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="149" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="160" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="104" y2="160" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="160" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="158" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="156" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="154" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="160" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="159" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="157" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="156" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="152" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="151" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="149" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="148" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="149" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="151" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="150" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="152" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="93" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="95" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="96" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="98" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="93" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="95" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="97" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="98" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="100" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="101" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="103" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="105" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="106" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="107" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="107" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="109" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="111" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="113" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="114" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="114" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="116" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="118" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="120" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="121" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="123" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="125" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="126" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="127" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="126" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="124" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="122" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="120" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="118" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="116" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="115" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="120" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="118" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="117" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="122" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="121" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="120" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="118" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="119" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="114" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="113" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="111" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="108" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="106" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="103" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="101" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="100" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="96" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="94" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="95" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="104" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="103" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="102" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="101" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="101" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="99" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="109" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="112" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="111" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="110" stroke="#fbbb00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="147" stroke="#fbfaf8" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="149" stroke="#fbfaf8" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="148" stroke="#fbfaf8" stroke-width="1" />
<line x1="64" y1="160" x2="43" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="44" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="45" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="46" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="48" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="47" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="49" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="50" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="51" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="53" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="55" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="57" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="59" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="61" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="62" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="64" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="66" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="67" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="69" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="71" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="74" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="75" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="78" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="80" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="80" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="82" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="83" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="84" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="85" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="86" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="83" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="81" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="79" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="77" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="75" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="73" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="72" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="71" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="70" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="69" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="68" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="66" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="64" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="62" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="60" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="58" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="56" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="54" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="53" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="51" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="49" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="51" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="53" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="54" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="52" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="62" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="63" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="65" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="74" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="75" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="76" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="46" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="44" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="43" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="42" y2="0" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="27" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="26" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="23" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="22" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="21" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="20" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="19" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="18" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="17" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="16" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="15" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="13" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="11" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="9" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="7" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="6" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="5" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="4" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="3" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="11" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="9" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="8" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="7" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="5" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="5" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="4" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="6" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="4" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="2" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="21" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="22" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="24" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="25" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="26" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="27" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="28" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="29" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="31" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="32" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="33" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="35" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="36" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="37" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="38" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="38" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="39" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="40" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="41" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="42" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="44" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="46" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="48" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="50" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="52" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="53" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="54" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="55" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="57" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="59" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="60" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="62" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="65" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="67" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="68" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="70" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="71" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="72" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="74" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="75" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="77" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="75" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="74" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="72" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="70" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="69" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="68" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="66" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="65" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="63" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="61" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="40" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="41" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="43" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="45" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="46" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="48" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="49" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="51" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="53" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="55" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="56" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="58" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="60" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="62" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="46" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="48" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="50" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="50" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="48" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="47" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="69" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="75" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="73" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="71" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="67" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="72" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="74" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="76" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="114" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="116" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="115" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="113" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="112" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="119" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="121" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="122" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="123" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="124" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="125" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="126" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="127" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="129" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="130" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="132" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="134" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="134" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="135" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="136" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="138" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="140" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="141" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="142" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="144" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="145" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="146" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="147" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="148" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="144" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="142" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="141" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="144" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="142" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="141" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="140" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="139" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="137" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="135" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="133" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="132" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="131" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="127" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="138" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="139" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="141" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="142" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="143" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="144" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="145" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="146" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="147" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="121" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="119" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="118" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="117" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="121" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="122" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="123" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="124" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="120" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="62" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="60" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="59" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="58" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="56" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="54" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="53" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="51" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="49" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="47" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="45" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="44" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="42" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="40" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="38" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="36" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="34" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="33" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="32" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="46" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="47" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="48" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="50" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="51" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="52" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="54" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="55" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="57" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="58" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="60" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="61" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="63" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="65" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="67" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="68" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="69" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="70" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="72" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="74" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="76" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="78" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="79" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="80" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="81" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="82" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="83" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="84" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="85" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="86" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="88" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="90" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="88" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="89" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="90" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="88" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="86" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="84" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="83" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="82" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="81" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="80" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="78" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="76" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="74" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="72" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="70" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="69" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="66" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="64" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="62" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="61" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="59" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="63" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="64" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="65" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="66" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="67" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="69" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="70" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="72" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="74" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="76" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="77" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="86" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="87" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="88" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="89" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="90" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="92" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="91" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="85" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="84" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="82" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="80" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="78" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="77" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="75" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="73" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="71" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="46" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="44" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="42" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="41" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="40" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="38" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="38" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="37" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="36" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="34" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="47" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="45" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="43" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="42" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="40" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="39" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="38" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="37" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="35" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="34" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="33" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="146" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="145" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="144" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="142" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="140" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="138" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="137" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="135" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="133" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="131" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="129" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="127" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="128" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="130" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="132" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="134" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="136" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="137" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="139" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="141" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="143" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="145" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="146" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="147" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="149" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="151" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="149" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="148" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="146" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="148" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="150" stroke="#fbdc00" stroke-width="1" />
<line x1="64" y1="160" x2="40" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="42" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="44" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="44" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="43" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="41" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="88" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="87" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="86" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="85" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="5" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="4" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="2" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="127" y2="0" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="81" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="79" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="78" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="77" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="76" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="78" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="79" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="80" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="113" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="112" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="111" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="114" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="116" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="115" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="150" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="149" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="147" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="149" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="128" y2="148" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="95" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="94" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="93" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="92" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="90" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="89" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="90" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="91" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="34" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="33" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="31" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="30" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="28" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="27" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="25" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="128" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="127" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="125" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="123" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="124" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="126" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="154" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="151" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="154" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="154" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="157" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="158" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="160" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="160" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="159" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="158" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="156" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="157" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="156" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="154" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="154" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="151" stroke="#f9f9f9" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="151" stroke="#f9d700" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#f9d700" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="152" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="156" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="157" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="158" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="159" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="160" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="158" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="156" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="155" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="154" stroke="#f9a200" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="153" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="152" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="151" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="0" y2="150" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="46" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="48" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="50" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="52" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="54" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="56" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="58" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="60" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="62" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="64" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="66" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="68" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="70" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="72" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="74" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="76" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="78" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="80" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="82" y2="0" stroke="#faf8fa" stroke-width="1" />
<line x1="64" y1="160" x2="84" y2="0" stroke="#faf8fa" stroke-width="1" />
</svg>

After

Width:  |  Height:  |  Size: 64 KiB

52
src/svg/lr.svg Normal file
View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="240" height="320">
<rect x="0" y="0" width="240" height="320" fill="#80ecff" />
<rect x="0" y="0" width="220" height="300" fill="#80bcff" />
<rect x="0" y="0" width="200" height="280" fill="#8080ff" />
<rect x="0" y="0" width="180" height="260" fill="#0052ff" />
<rect x="0" y="0" width="160" height="240" fill="#003bbc" />
<rect x="0" y="0" width="140" height="220" fill="#000d89" />
<rect x="0" y="0" width="120" height="200" fill="#000d58" />
<rect x="0" y="0" width="100" height="180" fill="#000d29" />
<rect x="0" y="0" width="80" height="160" fill="#000000" />
<line x1="0" y1="0" x2="240" y2="320" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="315" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="310" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="305" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="300" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="0" x2="220" y2="320" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="0" x2="225" y2="320" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="0" x2="230" y2="320" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="0" x2="235" y2="320" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="0" x2="215" y2="320" stroke="#00e400" stroke-width="1" />
<line x1="0" y1="0" x2="210" y2="320" stroke="#00e400" stroke-width="1" />
<line x1="0" y1="0" x2="205" y2="320" stroke="#00e400" stroke-width="1" />
<line x1="0" y1="0" x2="200" y2="320" stroke="#00e400" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="280" stroke="#00e400" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="285" stroke="#00e400" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="290" stroke="#00e400" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="295" stroke="#00e400" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="275" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="270" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="265" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="260" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="0" x2="180" y2="320" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="0" x2="185" y2="320" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="0" x2="190" y2="320" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="0" x2="195" y2="320" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="0" x2="175" y2="320" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="0" x2="170" y2="320" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="0" x2="165" y2="320" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="0" x2="160" y2="320" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="240" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="245" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="250" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="255" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="235" stroke="#ff00ff" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="230" stroke="#ff00ff" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="225" stroke="#ff00ff" stroke-width="1" />
<line x1="0" y1="0" x2="240" y2="220" stroke="#ff00ff" stroke-width="1" />
<line x1="0" y1="0" x2="140" y2="320" stroke="#ff00ff" stroke-width="1" />
<line x1="0" y1="0" x2="145" y2="320" stroke="#ff00ff" stroke-width="1" />
<line x1="0" y1="0" x2="150" y2="320" stroke="#ff00ff" stroke-width="1" />
<line x1="0" y1="0" x2="155" y2="320" stroke="#ff00ff" stroke-width="1" />
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

124
src/svg/nytree.svg Normal file
View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="128" height="160">
<rect x="0" y="0" width="128" height="160" fill="#000020" />
<rect x="0" y="81" width="128" height="79" fill="#8a8a8b" />
<rect x="0" y="81" width="128" height="37" fill="#716f6e" />
<rect x="0" y="81" width="128" height="19" fill="#5d6167" />
<rect x="52" y="117" width="9" height="13" fill="#8a5e00" />
<rect x="54" y="43" width="4" height="75" fill="#8a5e00" />
<rect x="55" y="28" width="2" height="15" fill="#8a5e00" />
<line x1="55" y1="17" x2="39" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="42" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="46" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="50" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="54" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="58" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="62" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="67" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="72" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="75" y2="43" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="81" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="79" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="76" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="72" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="68" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="64" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="61" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="57" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="54" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="50" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="46" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="42" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="38" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="36" y2="61" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="33" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="35" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="38" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="41" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="44" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="47" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="50" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="53" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="56" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="59" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="63" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="67" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="70" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="74" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="78" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="82" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="86" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="90" y2="84" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="96" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="93" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="95" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="92" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="90" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="88" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="86" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="84" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="82" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="80" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="77" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="75" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="73" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="71" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="69" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="66" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="67" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="64" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="62" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="60" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="58" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="56" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="54" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="52" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="50" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="48" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="46" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="44" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="42" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="40" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="38" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="36" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="34" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="32" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="30" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="17" x2="28" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="31" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="34" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="38" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="41" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="44" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="47" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="50" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="54" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="56" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="55" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="58" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="62" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="66" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="73" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="75" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="86" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="94" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="62" x2="97" y2="109" stroke="#008300" stroke-width="1" />
<line x1="55" y1="16" x2="60" y2="15" stroke="#d04400" stroke-width="1" />
<line x1="55" y1="16" x2="55" y2="9" stroke="#d04400" stroke-width="1" />
<line x1="55" y1="16" x2="50" y2="14" stroke="#d04400" stroke-width="1" />
<line x1="55" y1="16" x2="51" y2="19" stroke="#d04400" stroke-width="1" />
<line x1="55" y1="16" x2="57" y2="19" stroke="#d04400" stroke-width="1" />
<rect x="93" y="12" width="2" height="2" fill="#00006f" />
<rect x="116" y="35" width="2" height="2" fill="#00006f" />
<rect x="98" y="53" width="2" height="2" fill="#00006f" />
<rect x="77" y="32" width="2" height="2" fill="#00006f" />
<rect x="23" y="32" width="2" height="2" fill="#00006f" />
<rect x="8" y="47" width="2" height="2" fill="#00006f" />
<rect x="8" y="17" width="2" height="2" fill="#00006f" />
<rect x="102" y="40" width="2" height="2" fill="#006b00" />
<rect x="116" y="26" width="2" height="2" fill="#006b00" />
<rect x="115" y="66" width="2" height="2" fill="#006b00" />
<rect x="3" y="66" width="2" height="2" fill="#006b00" />
<rect x="19" y="50" width="2" height="2" fill="#006b00" />
<rect x="15" y="27" width="2" height="2" fill="#006b00" />
<rect x="73" y="8" width="2" height="2" fill="#006b00" />
</svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

12
src/svg/p.svg Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="132" height="176">
<line x1="44" y1="96" x2="78" y2="96" stroke="#000000" stroke-width="1" />
<ellipse cx="84" cy="60" rx="10" ry="10" fill="none" stroke="#000000" stroke-width="1" />
<ellipse cx="37" cy="63" rx="5" ry="5" fill="none" stroke="#000000" stroke-width="1" />
<ellipse cx="50" cy="76" rx="2" ry="2" fill="none" stroke="#000000" stroke-width="1" />
<ellipse cx="60" cy="78" rx="2" ry="2" fill="none" stroke="#000000" stroke-width="1" />
<line x1="30" y1="46" x2="52" y2="56" stroke="#000000" stroke-width="1" />
<line x1="68" y1="56" x2="92" y2="40" stroke="#000000" stroke-width="1" />
<rect x="82" y="64" width="2" height="2" fill="#000000" rx="10" ry="10" />
<rect x="38" y="64" width="0" height="0" fill="#000000" rx="10" ry="10" />
<rect x="36" y="64" width="2" height="2" fill="#000000" rx="10" ry="10" />
</svg>

After

Width:  |  Height:  |  Size: 969 B

599
src/svg/star.svg Normal file
View File

@ -0,0 +1,599 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="132" height="176">
<rect x="0" y="0" width="132" height="176" fill="#010239" />
<line x1="65" y1="0" x2="0" y2="176" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="132" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="86" x2="0" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="86" x2="132" y2="176" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="65" y2="0" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="35" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="33" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="34" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="36" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="38" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="35" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="36" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="38" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="38" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="35" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="37" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="38" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="40" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="37" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="39" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="41" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="43" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="44" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="42" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="39" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="50" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="49" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="46" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="46" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="43" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="43" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="45" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="46" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="48" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="48" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="44" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="46" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="47" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="52" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="49" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="52" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="52" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="51" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="53" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="55" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="56" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="57" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="62" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="63" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="63" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="65" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="69" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="72" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="75" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="76" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="77" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="80" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="83" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="88" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="89" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="92" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="95" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="97" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="96" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="94" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="93" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="92" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="89" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="89" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="91" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="87" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="90" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="84" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="83" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="81" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="86" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="82" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="85" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="79" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="74" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="79" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="74" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="79" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="77" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="78" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="71" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="74" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="71" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="72" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="75" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="74" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="73" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="70" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="69" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="66" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="67" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="69" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="68" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="63" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="66" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="64" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="63" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="61" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="57" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="55" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="53" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="53" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="55" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="54" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="59" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="61" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="61" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="59" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="55" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="58" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="59" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="61" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="65" y1="0" x2="60" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="0" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="3" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="1" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="0" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="2" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="2" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="4" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="3" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="4" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="5" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="7" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="12" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="12" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="13" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="14" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="17" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="18" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="20" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="24" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="26" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="28" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="31" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="36" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="38" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="41" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="42" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="44" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="47" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="49" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="50" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="55" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="55" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="55" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="56" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="56" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="62" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="62" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="67" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="73" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="74" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="77" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="78" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="80" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="84" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="86" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="88" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="89" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="92" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="95" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="96" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="98" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="96" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="91" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="88" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="85" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="83" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="81" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="77" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="74" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="72" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="71" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="66" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="62" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="59" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="55" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="53" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="49" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="44" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="50" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="52" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="53" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="54" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="59" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="64" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="66" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="67" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="71" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="73" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="78" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="81" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="85" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="88" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="90" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="90" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="92" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="95" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="93" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="91" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="89" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="86" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="85" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="89" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="93" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="90" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="86" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="84" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="81" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="75" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="73" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="72" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="70" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="67" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="64" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="59" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="55" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="52" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="48" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="43" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="40" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="37" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="36" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="35" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="30" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="25" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="21" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="19" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="17" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="13" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="12" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="10" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="6" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="10" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="14" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="14" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="18" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="20" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="22" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="26" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="27" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="28" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="31" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="31" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="35" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="37" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="38" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="42" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="44" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="44" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="56" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="60" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="62" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="67" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="67" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="67" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="69" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="71" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="71" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="77" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="80" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="83" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="79" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="75" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="69" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="78" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="75" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="78" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="84" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="88" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="90" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="65" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="61" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="57" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="53" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="48" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="42" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="39" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="48" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="45" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="33" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="29" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="27" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="25" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="24" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="20" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="19" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="16" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="13" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="12" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="8" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="13" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="13" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="13" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="17" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="21" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="24" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="27" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="26" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="23" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="17" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="15" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="14" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="9" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="12" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="13" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="15" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="13" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="11" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="35" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="37" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="33" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="37" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="35" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="33" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="33" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="29" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="31" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="31" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="29" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="31" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="33" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="30" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="33" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="32" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="47" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="49" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="48" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="48" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="44" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="49" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="52" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="52" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="54" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="55" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="66" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="88" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="88" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="83" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="78" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="76" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="75" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="76" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="79" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="75" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="75" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="76" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="69" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="66" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="64" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="64" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="61" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="58" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="58" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="52" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="50" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="49" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="95" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="66" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="63" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="62" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="60" y2="88" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="132" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="129" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="127" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="124" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="124" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="123" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="122" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="121" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="123" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="125" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="128" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="130" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="132" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="131" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="129" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="126" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="126" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="121" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="121" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="119" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="115" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="112" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="115" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="115" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="118" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="118" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="115" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="112" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="109" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="110" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="114" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="116" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="120" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="118" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="116" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="114" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="111" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="116" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="117" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="113" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="107" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="105" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="108" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="108" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="106" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="100" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="99" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="97" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="95" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="96" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="99" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="99" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="104" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="105" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="109" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="105" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="100" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="98" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="98" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="93" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="90" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="87" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="85" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="81" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="76" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="74" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="73" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="71" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="66" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="64" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="60" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="58" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="57" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="53" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="52" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="50" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="50" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="49" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="46" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="46" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="43" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="41" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="38" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="34" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="32" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="36" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="39" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="42" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="44" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="49" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="53" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="54" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="65" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="61" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="63" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="61" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="61" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="59" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="57" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="56" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="55" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="54" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="51" y2="119" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="54" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="53" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="53" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="48" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="47" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="46" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="46" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="40" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="35" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="30" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="28" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="28" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="30" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="30" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="32" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="33" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="35" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="40" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="40" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="48" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="50" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="52" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="54" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="59" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="59" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="60" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="60" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="64" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="68" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="70" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="70" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="76" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="80" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="83" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="80" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="80" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="76" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="76" y2="99" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="58" y2="124" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="60" y2="124" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="56" y2="124" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="56" y2="124" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="55" y2="121" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="53" y2="121" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="54" y2="121" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="56" y2="121" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="52" y2="121" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="52" y2="121" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="51" y2="121" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="50" y2="116" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="49" y2="116" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="52" y2="116" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="50" y2="116" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="52" y2="116" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="51" y2="116" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="49" y2="116" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="46" y2="116" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="48" y2="116" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="45" y2="115" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="45" y2="115" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="49" y2="115" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="45" y2="115" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="49" y2="113" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="47" y2="113" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="47" y2="113" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="43" y2="113" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="45" y2="113" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="37" y2="108" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="34" y2="108" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="36" y2="108" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="37" y2="108" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="43" y2="108" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="38" y2="108" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="31" y2="106" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="31" y2="106" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="27" y2="106" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="27" y2="106" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="30" y2="106" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="28" y2="106" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="28" y2="106" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="58" y2="124" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="58" y2="122" stroke="#ffff00" stroke-width="1" />
<line x1="0" y1="176" x2="58" y2="125" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="42" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="45" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="51" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="52" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="53" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="55" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="54" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="52" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="51" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="49" y2="85" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="48" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="51" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="48" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="44" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="53" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="56" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="57" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="59" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="61" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="74" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="72" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="74" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="71" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="73" y2="81" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="51" y2="83" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="47" y2="83" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="52" y2="87" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="97" y2="86" stroke="#ffff00" stroke-width="1" />
<line x1="132" y1="176" x2="65" y2="0" stroke="#ffff00" stroke-width="1" />
<rect x="95" y="87" width="12" height="4" fill="#ffff00" />
<rect x="0" y="0" width="131" height="175" fill="none" stroke="#00ff00" stroke-width="1" />
<rect x="37" y="88" width="61" height="17" fill="#000034" rx="10" ry="10" stroke="#00ff00" stroke-width="1" />
<text x="43" y="97" fill="#00fe00">kostian75</text>
</svg>

After

Width:  |  Height:  |  Size: 45 KiB

345
src/svg/t.svg Normal file
View File

@ -0,0 +1,345 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="132" height="176">
<line x1="62" y1="88" x2="60" y2="88" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="60" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="65" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="59" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="64" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="67" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="68" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="70" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="72" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="73" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="79" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="82" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="87" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="92" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="97" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="100" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="104" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="105" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="108" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="115" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="117" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="119" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="120" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="124" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="128" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="111" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="0" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="10" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="13" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="16" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="20" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="22" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="23" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="27" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="31" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="32" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="35" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="38" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="41" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="45" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="49" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="51" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="54" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="57" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="60" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="65" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="69" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="71" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="76" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="78" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="79" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="82" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="82" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="87" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="89" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="92" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="96" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="98" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="101" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="105" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="107" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="111" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="114" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="119" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="121" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="126" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="128" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="129" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="135" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="135" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="138" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="143" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="146" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="150" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="154" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="157" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="160" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="165" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="169" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="173" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="130" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="124" y2="5" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="119" y2="5" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="114" y2="5" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="107" y2="5" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="126" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="120" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="114" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="112" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="112" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="109" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="105" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="102" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="101" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="98" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="93" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="91" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="88" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="82" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="78" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="77" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="77" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="76" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="74" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="71" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="68" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="62" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="57" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="56" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="49" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="49" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="49" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="45" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="43" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="42" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="42" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="39" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="36" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="31" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="24" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="23" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="19" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="14" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="10" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="9" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="5" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="1" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="174" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="164" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="160" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="154" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="152" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="148" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="142" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="142" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="137" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="135" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="133" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="129" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="126" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="121" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="117" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="113" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="108" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="105" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="102" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="98" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="94" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="90" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="87" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="85" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="82" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="80" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="76" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="73" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="73" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="70" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="67" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="64" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="62" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="59" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="55" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="51" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="47" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="44" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="41" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="35" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="33" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="30" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="28" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="24" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="21" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="17" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="14" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="9" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="8" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="5" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="0" y2="2" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="5" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="7" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="12" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="18" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="22" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="26" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="32" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="33" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="39" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="46" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="48" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="55" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="59" y2="1" stroke="#fcfe00" stroke-width="1" />
<line x1="62" y1="88" x2="65" y2="44" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="70" y2="44" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="73" y2="44" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="77" y2="44" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="79" y2="44" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="46" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="50" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="55" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="58" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="64" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="67" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="73" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="77" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="83" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="90" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="91" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="95" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="98" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="103" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="108" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="113" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="83" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="77" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="72" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="69" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="65" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="62" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="58" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="50" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="48" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="44" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="118" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="114" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="109" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="105" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="105" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="98" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="98" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="98" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="94" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="92" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="89" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="87" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="87" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="82" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="76" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="73" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="68" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="46" y2="64" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="50" y2="64" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="56" y2="64" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="61" y2="64" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="65" y2="64" stroke="#fcf400" stroke-width="1" />
<line x1="62" y1="88" x2="65" y2="45" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="74" y2="45" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="68" y2="45" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="79" y2="45" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="86" y2="45" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="88" y2="45" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="45" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="50" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="58" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="65" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="71" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="78" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="84" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="89" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="92" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="94" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="99" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="103" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="108" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="111" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="95" y2="115" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="85" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="82" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="78" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="75" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="72" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="67" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="62" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="55" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="53" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="49" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="45" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="41" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="116" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="110" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="107" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="105" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="103" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="100" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="97" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="95" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="91" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="88" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="84" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="76" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="72" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="68" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="66" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="61" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="61" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="56" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="54" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="54" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="38" y2="50" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="40" y2="46" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="44" y2="46" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="45" y2="46" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="46" y2="46" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="47" y2="46" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="48" y2="46" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="51" y2="46" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="57" y2="46" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="57" y2="46" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="89" y2="14" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="98" y2="14" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="104" y2="14" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="114" y2="14" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="117" y2="134" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="117" y2="144" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="108" y2="144" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="101" y2="144" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="31" y2="144" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="19" y2="144" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="19" y2="132" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="27" y2="143" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="17" y2="121" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="17" y2="14" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="22" y2="14" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="29" y2="14" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="15" y2="14" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="12" y2="14" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="57" y2="7" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="63" y2="7" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="71" y2="7" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="118" y2="57" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="118" y2="65" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="118" y2="71" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="118" y2="79" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="118" y2="90" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="3" y2="97" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="3" y2="89" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="3" y2="81" stroke="#fcdd00" stroke-width="1" />
<line x1="62" y1="88" x2="3" y2="72" stroke="#fcdd00" stroke-width="1" />
<rect x="30" y="124" width="73" height="22" fill="#0100fd" rx="10" ry="10" stroke="#00fd00" stroke-width="1" />
<text x="41" y="137" fill="#fe0001">kostian75</text>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

8
src/svg/test1.2.svg Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="132" height="176">
<rect x="0" y="0" width="132" height="176" fill="#000029" />
<rect x="0" y="0" width="130" height="174" fill="none" rx="10" ry="10" stroke="#fcfb01" stroke-width="1" />
<rect x="16" y="44" width="94" height="56" fill="#ff0000" rx="10" ry="10" />
<rect x="28" y="56" width="66" height="28" fill="#00ff00" rx="10" ry="10" />
<rect x="34" y="62" width="54" height="16" fill="#0000ff" rx="10" ry="10" />
<text x="48" y="76" fill="#ffffff">v1.2</text>
</svg>

After

Width:  |  Height:  |  Size: 608 B

125
src/svg/test1.6.svg Normal file
View File

@ -0,0 +1,125 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="132" height="176">
<rect x="0" y="0" width="132" height="176" fill="#000000" />
<line x1="62" y1="61" x2="48" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="50" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="52" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="54" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="56" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="59" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="61" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="63" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="65" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="68" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="71" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="73" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="41" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="41" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="42" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="43" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="46" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="50" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="51" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="54" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="57" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="60" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="63" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="67" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="70" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="73" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="62" y1="61" x2="76" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="87" x2="37" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="87" x2="40" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="87" x2="43" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="87" x2="46" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="87" x2="49" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="87" x2="60" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="87" x2="57" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="87" x2="55" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="87" x2="52" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="59" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="60" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="62" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="65" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="67" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="70" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="73" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="76" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="79" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="81" y2="107" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="56" y2="96" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="57" y2="96" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="58" y2="96" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="59" y2="96" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="60" y2="96" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="61" y2="96" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="59" y2="85" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="59" y2="86" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="59" y2="87" stroke="#00a000" stroke-width="1" />
<line x1="63" y1="87" x2="59" y2="88" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="26" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="27" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="28" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="29" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="30" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="31" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="32" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="33" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="34" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="37" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="38" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="39" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="41" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="43" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="45" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="47" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="50" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="53" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="55" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="56" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="57" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="60" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="62" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="64" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="66" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="68" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="69" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="71" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="72" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="74" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="75" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="77" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="79" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="80" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="81" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="82" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="83" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="84" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="87" y2="131" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="70" y2="108" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="70" y2="109" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="70" y2="110" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="70" y2="111" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="70" y2="112" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="70" y2="113" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="70" y2="114" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="92" y2="126" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="92" y2="127" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="92" y2="128" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="92" y2="129" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="92" y2="130" stroke="#00a000" stroke-width="1" />
<line x1="58" y1="109" x2="92" y2="131" stroke="#00a000" stroke-width="1" />
<rect x="54" y="131" width="9" height="13" fill="#732e10" />
<rect x="58" y="81" width="2" height="48" fill="#732e10" />
<line x1="58" y1="37" x2="44" y2="69" stroke="#ffff00" stroke-width="1"><animateColor attributeName="stroke" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </line>
<line x1="43" y1="70" x2="78" y2="49" stroke="#ffff00" stroke-width="1"><animateColor attributeName="stroke" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </line>
<line x1="78" y1="49" x2="37" y2="49" stroke="#ffff00" stroke-width="1"><animateColor attributeName="stroke" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </line>
<line x1="37" y1="48" x2="79" y2="69" stroke="#ffff00" stroke-width="1"><animateColor attributeName="stroke" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </line>
<line x1="80" y1="68" x2="58" y2="39" stroke="#ffff00" stroke-width="1"><animateColor attributeName="stroke" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </line>
<rect x="15" y="38" width="2" height="2" fill="#ffff00"><animateColor attributeName="fill" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </rect>
<rect x="38" y="29" width="2" height="2" fill="#ffff00"><animateColor attributeName="fill" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </rect>
<rect x="91" y="31" width="2" height="2" fill="#ffff00"><animateColor attributeName="fill" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </rect>
<rect x="93" y="54" width="2" height="2" fill="#ffff00"><animateColor attributeName="fill" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </rect>
<rect x="93" y="77" width="2" height="2" fill="#ffff00"><animateColor attributeName="fill" from="#ffff00" to="#000000" begin="0s" dur="1s" fill="freeze" /> </rect>
<text x="22" y="8" fill="#ffff00">SVGeditor</text>
<text x="83" y="149" fill="#ffff00">Kostian75</text>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

8
src/svg/v1.4.svg Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="132" height="176">
<rect x="0" y="0" width="131" height="175" fill="#000000" stroke="#00ff00" stroke-width="3" />
<rect x="26" y="46" width="84" height="76" fill="#000000" rx="10" ry="10" stroke="#00ff00" stroke-width="3" />
<text x="42" y="73" fill="#00ff00">kostian75</text>
<text x="56" y="89" fill="#00ff00">and</text>
<text x="41" y="108" fill="#00ff00">ANNIMON</text>
<text x="43" y="139" fill="#00ffff">v1.4</text>
</svg>

After

Width:  |  Height:  |  Size: 564 B

149
src/svg/x3.svg Normal file
View File

@ -0,0 +1,149 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/TR/REC-html40" width="128" height="160">
<line x1="0" y1="1" x2="128" y2="1" stroke="#000000" stroke-width="1" />
<line x1="128" y1="3" x2="0" y2="3" stroke="#000000" stroke-width="1" />
<line x1="128" y1="5" x2="0" y2="5" stroke="#000000" stroke-width="1" />
<line x1="128" y1="7" x2="0" y2="7" stroke="#000000" stroke-width="1" />
<line x1="0" y1="9" x2="128" y2="9" stroke="#000000" stroke-width="1" />
<line x1="128" y1="11" x2="0" y2="11" stroke="#000000" stroke-width="1" />
<line x1="0" y1="13" x2="128" y2="13" stroke="#000000" stroke-width="1" />
<line x1="128" y1="15" x2="0" y2="15" stroke="#000000" stroke-width="1" />
<line x1="0" y1="17" x2="128" y2="17" stroke="#000000" stroke-width="1" />
<line x1="128" y1="19" x2="0" y2="19" stroke="#000000" stroke-width="1" />
<line x1="0" y1="21" x2="128" y2="21" stroke="#000000" stroke-width="1" />
<line x1="128" y1="23" x2="0" y2="23" stroke="#000000" stroke-width="1" />
<line x1="0" y1="25" x2="128" y2="25" stroke="#000000" stroke-width="1" />
<line x1="128" y1="25" x2="0" y2="25" stroke="#000000" stroke-width="1" />
<line x1="128" y1="27" x2="0" y2="27" stroke="#000000" stroke-width="1" />
<line x1="0" y1="29" x2="128" y2="29" stroke="#000000" stroke-width="1" />
<line x1="128" y1="31" x2="0" y2="31" stroke="#000000" stroke-width="1" />
<line x1="0" y1="33" x2="128" y2="33" stroke="#000000" stroke-width="1" />
<line x1="128" y1="35" x2="0" y2="35" stroke="#000000" stroke-width="1" />
<line x1="0" y1="37" x2="128" y2="37" stroke="#000000" stroke-width="1" />
<line x1="128" y1="39" x2="0" y2="39" stroke="#000000" stroke-width="1" />
<line x1="0" y1="41" x2="128" y2="41" stroke="#000000" stroke-width="1" />
<line x1="128" y1="43" x2="0" y2="43" stroke="#000000" stroke-width="1" />
<line x1="0" y1="45" x2="128" y2="45" stroke="#000000" stroke-width="1" />
<line x1="128" y1="47" x2="0" y2="47" stroke="#000000" stroke-width="1" />
<line x1="0" y1="49" x2="128" y2="49" stroke="#000000" stroke-width="1" />
<line x1="128" y1="51" x2="0" y2="51" stroke="#000000" stroke-width="1" />
<line x1="0" y1="53" x2="128" y2="53" stroke="#000000" stroke-width="1" />
<line x1="128" y1="55" x2="0" y2="55" stroke="#000000" stroke-width="1" />
<line x1="0" y1="57" x2="128" y2="57" stroke="#000000" stroke-width="1" />
<line x1="128" y1="59" x2="0" y2="59" stroke="#000000" stroke-width="1" />
<line x1="0" y1="61" x2="128" y2="61" stroke="#000000" stroke-width="1" />
<line x1="128" y1="63" x2="0" y2="63" stroke="#000000" stroke-width="1" />
<line x1="0" y1="65" x2="128" y2="65" stroke="#000000" stroke-width="1" />
<line x1="128" y1="67" x2="0" y2="67" stroke="#000000" stroke-width="1" />
<line x1="0" y1="69" x2="128" y2="69" stroke="#000000" stroke-width="1" />
<line x1="128" y1="71" x2="0" y2="71" stroke="#000000" stroke-width="1" />
<line x1="0" y1="73" x2="128" y2="73" stroke="#000000" stroke-width="1" />
<line x1="128" y1="75" x2="0" y2="75" stroke="#000000" stroke-width="1" />
<line x1="0" y1="77" x2="128" y2="77" stroke="#000000" stroke-width="1" />
<line x1="128" y1="79" x2="0" y2="79" stroke="#000000" stroke-width="1" />
<line x1="0" y1="81" x2="128" y2="81" stroke="#000000" stroke-width="1" />
<line x1="128" y1="83" x2="0" y2="83" stroke="#000000" stroke-width="1" />
<line x1="0" y1="85" x2="128" y2="85" stroke="#000000" stroke-width="1" />
<line x1="128" y1="87" x2="0" y2="87" stroke="#000000" stroke-width="1" />
<line x1="0" y1="90" x2="128" y2="90" stroke="#000000" stroke-width="1" />
<line x1="128" y1="89" x2="0" y2="89" stroke="#000000" stroke-width="1" />
<line x1="128" y1="90" x2="0" y2="90" stroke="#ffffff" stroke-width="1" />
<line x1="128" y1="91" x2="0" y2="91" stroke="#000000" stroke-width="1" />
<line x1="0" y1="93" x2="128" y2="93" stroke="#000000" stroke-width="1" />
<line x1="128" y1="95" x2="0" y2="95" stroke="#000000" stroke-width="1" />
<line x1="0" y1="97" x2="128" y2="97" stroke="#000000" stroke-width="1" />
<line x1="128" y1="99" x2="0" y2="99" stroke="#000000" stroke-width="1" />
<line x1="0" y1="101" x2="128" y2="101" stroke="#000000" stroke-width="1" />
<line x1="128" y1="103" x2="0" y2="103" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="105" x2="128" y2="105" stroke="#ff0000" stroke-width="1" />
<line x1="128" y1="107" x2="0" y2="107" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="109" x2="128" y2="109" stroke="#ff0000" stroke-width="1" />
<line x1="128" y1="111" x2="0" y2="111" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="113" x2="128" y2="113" stroke="#ff0000" stroke-width="1" />
<line x1="128" y1="115" x2="0" y2="115" stroke="#ff0000" stroke-width="1" />
<line x1="0" y1="117" x2="128" y2="117" stroke="#ff0000" stroke-width="1" />
<line x1="128" y1="119" x2="0" y2="119" stroke="#00ff00" stroke-width="1" />
<line x1="0" y1="121" x2="128" y2="121" stroke="#00ff00" stroke-width="1" />
<line x1="128" y1="123" x2="0" y2="123" stroke="#00ff00" stroke-width="1" />
<line x1="0" y1="125" x2="128" y2="125" stroke="#00ff00" stroke-width="1" />
<line x1="128" y1="127" x2="0" y2="127" stroke="#00ff00" stroke-width="1" />
<line x1="0" y1="129" x2="128" y2="129" stroke="#00ff00" stroke-width="1" />
<line x1="128" y1="131" x2="0" y2="131" stroke="#00ff00" stroke-width="1" />
<line x1="0" y1="133" x2="128" y2="133" stroke="#00ff00" stroke-width="1" />
<line x1="128" y1="135" x2="0" y2="135" stroke="#00ff00" stroke-width="1" />
<line x1="0" y1="137" x2="128" y2="137" stroke="#00ff00" stroke-width="1" />
<line x1="128" y1="141" x2="0" y2="141" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="139" x2="128" y2="139" stroke="#0000ff" stroke-width="1" />
<line x1="128" y1="143" x2="0" y2="143" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="145" x2="128" y2="145" stroke="#0000ff" stroke-width="1" />
<line x1="128" y1="147" x2="0" y2="147" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="149" x2="128" y2="149" stroke="#0000ff" stroke-width="1" />
<line x1="128" y1="151" x2="0" y2="151" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="153" x2="128" y2="153" stroke="#0000ff" stroke-width="1" />
<line x1="128" y1="155" x2="0" y2="155" stroke="#0000ff" stroke-width="1" />
<line x1="0" y1="157" x2="128" y2="157" stroke="#0000ff" stroke-width="1" />
<line x1="128" y1="159" x2="0" y2="159" stroke="#0000ff" stroke-width="1" />
<line x1="127" y1="0" x2="127" y2="160" stroke="#ffff00" stroke-width="1" />
<line x1="125" y1="160" x2="125" y2="0" stroke="#ffff00" stroke-width="1" />
<line x1="123" y1="0" x2="123" y2="160" stroke="#ffff00" stroke-width="1" />
<line x1="121" y1="160" x2="121" y2="0" stroke="#ffff00" stroke-width="1" />
<line x1="119" y1="0" x2="119" y2="160" stroke="#ffff00" stroke-width="1" />
<line x1="117" y1="160" x2="117" y2="0" stroke="#ffff00" stroke-width="1" />
<line x1="115" y1="0" x2="115" y2="160" stroke="#ffff00" stroke-width="1" />
<line x1="113" y1="160" x2="113" y2="0" stroke="#ffff00" stroke-width="1" />
<line x1="111" y1="0" x2="111" y2="160" stroke="#ff00ff" stroke-width="1" />
<line x1="109" y1="160" x2="109" y2="0" stroke="#ff00ff" stroke-width="1" />
<line x1="107" y1="0" x2="107" y2="160" stroke="#ff00ff" stroke-width="1" />
<line x1="105" y1="160" x2="105" y2="0" stroke="#ff00ff" stroke-width="1" />
<line x1="103" y1="0" x2="103" y2="160" stroke="#ff00ff" stroke-width="1" />
<line x1="101" y1="160" x2="101" y2="0" stroke="#ff00ff" stroke-width="1" />
<line x1="99" y1="0" x2="99" y2="160" stroke="#ff00ff" stroke-width="1" />
<line x1="97" y1="160" x2="97" y2="0" stroke="#ff00ff" stroke-width="1" />
<line x1="95" y1="0" x2="95" y2="160" stroke="#00ffff" stroke-width="1" />
<line x1="93" y1="160" x2="93" y2="0" stroke="#00ffff" stroke-width="1" />
<line x1="91" y1="0" x2="91" y2="160" stroke="#00ffff" stroke-width="1" />
<line x1="89" y1="160" x2="89" y2="0" stroke="#00ffff" stroke-width="1" />
<line x1="87" y1="0" x2="87" y2="160" stroke="#00ffff" stroke-width="1" />
<line x1="85" y1="160" x2="85" y2="0" stroke="#00ffff" stroke-width="1" />
<line x1="83" y1="0" x2="83" y2="160" stroke="#00ffff" stroke-width="1" />
<line x1="81" y1="160" x2="81" y2="0" stroke="#00ffff" stroke-width="1" />
<line x1="79" y1="0" x2="79" y2="160" stroke="#00ffff" stroke-width="1" />
<line x1="77" y1="160" x2="77" y2="0" stroke="#ffffff" stroke-width="1" />
<line x1="75" y1="0" x2="75" y2="160" stroke="#ffffff" stroke-width="1" />
<line x1="73" y1="160" x2="73" y2="0" stroke="#ffffff" stroke-width="1" />
<line x1="71" y1="0" x2="71" y2="160" stroke="#ffffff" stroke-width="1" />
<line x1="69" y1="160" x2="69" y2="0" stroke="#ffffff" stroke-width="1" />
<line x1="67" y1="0" x2="67" y2="160" stroke="#ffffff" stroke-width="1" />
<line x1="65" y1="160" x2="65" y2="0" stroke="#ffffff" stroke-width="1" />
<line x1="63" y1="0" x2="63" y2="160" stroke="#ffffff" stroke-width="1" />
<line x1="61" y1="160" x2="61" y2="0" stroke="#ffffff" stroke-width="1" />
<line x1="59" y1="0" x2="59" y2="160" stroke="#ffffff" stroke-width="1" />
<line x1="57" y1="160" x2="57" y2="0" stroke="#ffffff" stroke-width="1" />
<line x1="55" y1="0" x2="55" y2="160" stroke="#000000" stroke-width="1" />
<line x1="53" y1="160" x2="53" y2="0" stroke="#000000" stroke-width="1" />
<line x1="51" y1="0" x2="51" y2="160" stroke="#000000" stroke-width="1" />
<line x1="49" y1="160" x2="49" y2="0" stroke="#000000" stroke-width="1" />
<line x1="47" y1="0" x2="47" y2="160" stroke="#000000" stroke-width="1" />
<line x1="45" y1="160" x2="45" y2="0" stroke="#000000" stroke-width="1" />
<line x1="43" y1="0" x2="43" y2="160" stroke="#000000" stroke-width="1" />
<line x1="41" y1="160" x2="41" y2="0" stroke="#000000" stroke-width="1" />
<line x1="39" y1="0" x2="39" y2="160" stroke="#000000" stroke-width="1" />
<line x1="37" y1="160" x2="37" y2="0" stroke="#000000" stroke-width="1" />
<rect x="57" y="0" width="20" height="27" fill="#ffffff" />
<rect x="78" y="0" width="18" height="27" fill="#00ffff" />
<rect x="97" y="0" width="16" height="26" fill="#ff00ff" />
<rect x="96" y="0" width="17" height="26" fill="#ff00ff" />
<rect x="112" y="0" width="16" height="26" fill="#ffff00" />
<ellipse cx="33" cy="48" rx="9" ry="17" fill="#ffff00" />
<ellipse cx="24" cy="77" rx="13" ry="13" fill="#ffff00" stroke="#00ff8a" stroke-width="1" />
<ellipse cx="15" cy="24" rx="12" ry="12" fill="#007df8" stroke="#ffff8a" stroke-width="1" />
<ellipse cx="29" cy="58" rx="21" ry="21" fill="#ff6e00" stroke="#ff008a" stroke-width="1" />
<ellipse cx="20" cy="66" rx="17" ry="11" fill="none" stroke="#7399ff" stroke-width="1" />
<ellipse cx="25" cy="28" rx="24" ry="24" fill="none" stroke="#0099ff" stroke-width="1" />
<ellipse cx="21" cy="40" rx="11" ry="11" fill="none" stroke="#0099ff" stroke-width="1" />
<ellipse cx="33" cy="44" rx="15" ry="15" fill="none" stroke="#0099ff" stroke-width="1" />
<ellipse cx="27" cy="72" rx="19" ry="19" fill="none" stroke="#0099ff" stroke-width="1" />
<ellipse cx="20" cy="46" rx="20" ry="21" fill="none" stroke="#0099ff" stroke-width="1" />
<ellipse cx="37" cy="16" rx="14" ry="8" fill="none" stroke="#0099ff" stroke-width="1" />
<ellipse cx="12" cy="85" rx="12" ry="12" fill="none" stroke="#0099ff" stroke-width="1" />
<ellipse cx="24" cy="41" rx="22" ry="16" fill="none" stroke="#0099ff" stroke-width="1" />
</svg>

After

Width:  |  Height:  |  Size: 11 KiB