Skip to content

Instantly share code, notes, and snippets.

@kenwebb
Last active August 13, 2017 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenwebb/942a6d487b5df1172b13f11fb840f820 to your computer and use it in GitHub Desktop.
Save kenwebb/942a6d487b5df1172b13f11fb840f820 to your computer and use it in GitHub Desktop.
MathmlTest1 workbook
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Sun Aug 13 2017 12:29:11 GMT-0400 (EDT)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: MathmlTest1 workbook
Description:
Url: http://www.primordion.com/Xholon/gwt/
InternalName: 942a6d487b5df1172b13f11fb840f820
Keywords:
My Notes
--------
August 13, 2017
I created this workbook from the old Java-only Xholon app.
And I've saved it as a gist to github.
<!--<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">-->
<?xml-stylesheet type="text/xsl" href="../../../information/info2html.xsl"?>
<?xml-stylesheet type="text/css" href="../../../information/info.css"?>
<!--
MathML 2.0 Displayable information about this application.
-->
<document>
<header>
<title>MathML 2.0 - Xholon Mechanism</title>
</header>
<body>
<section id="whatisit">
<title>What is it</title>
<p>This is an example of a complete Xholon mechanism.
A mechanism must or may contain the following:
</p>
<ul>
<li>A config/mech folder, for example: config/mech/mathml</li>
<li>An inheritance hierarchy XML file,
with the same name as the root element in the mechanism,
for example: MathMLEntity.xml.
This may directly contain the entire inheritance hierarchy for the mechanism,
and/or it may contain one or more xi:include elements.
The root element must include the xmlns and id attributes.</li>
<li>A ClassDetails.xml file, that specifies the xhType and implName for each
xholon element in the InheritanceHierarchy.xml file.</li>
<li>An Information.xml file, such as this file that you are currently reading or browsing.</li>
<li>An XhMechanisms.xml file. This file is partly documentation for humans,
and is not strictly necessary.</li>
<li>A DTD file (optional).</li>
<li>An XML Schema (xsd) file (optional).</li>
<li>A source org.primordion.xholon.mech package with the Java classes
that implement the xholon elements specified in InheritanceHierarchy.xml and ClassDetails.xml ,
for example src/org.primordion.xholon.mech.mathml .</li>
<li>A build script that can generate a jar file for example: buildMechanismJar.xml .
The jar file must contain the config/mech files, all the compiled Java classes,
and possibly other files.
It might optionally include the example Xholon test application.
The jar file must contain everything needed to use the mechanism,
but will normally not duplicate the contents of Xholon.jar .
It might contain third party libraries (jars) required for the mechanism to function.
If third-party libraries are provided within the jar,
they must be extracted from the third-party library and inserted directly into the mechanism jar.</li>
<li>An example Xholon application, that can be used to test the mechanism.</li>
</ul>
</section>
<section id="howtouseit">
<title>How to use it</title>
<p>
Look at the example MathML application in this project. See:
config/user/test1
src/org.primordion.user.app.test1
src/org.primordion.xholon.app
</p>
</section>
</body>
</document>
]]></Notes>
<_-.XholonClass xmlns:xi="http://www.w3.org/2001/XInclude">
<TheSystem/>
<MathML_Test1/>
<TestCi/>
<!-- MathML Mechanism -->
<xi:include href="config/mech/mathml/MathMLEntity.xml"/>
<xi:include href="config/mech/mathml/MathML_ClassDetails.xml"/>
</_-.XholonClass>
<xholonClassDetails>
<!-- org.primordion.user.app.mathmltest1.TestCi is not available -->
<TestCi xhType="XhtypePurePassiveObject" implName="org.primordion.user.app.mathmltest1.TestCi"/>
</xholonClassDetails>
<TheSystem>
<MathML_Test1 xmlns:xi="http://www.w3.org/2001/XInclude">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<plus/>
<cn>5.1</cn>
<cn>2.0f</cn>
<cn>3</cn>
<apply>
<times/>
<cn>8</cn>
<cn>9</cn>
<apply>
<abs/>
<cn>-2</cn>
</apply>
</apply>
</apply>
</math>
<!-- factorial -->
<math>
<apply>
<factorial/>
<cn>5</cn>
</apply>
</math>
<!-- minus -->
<math>
<apply>
<minus/>
<cn>7</cn>
<cn>3</cn>
</apply>
</math>
<!-- divide -->
<math>
<apply>
<divide/>
<cn>13</cn>
<cn>5</cn>
</apply>
</math>
<!-- power -->
<math>
<apply>
<power/>
<cn>2</cn>
<cn>3</cn>
</apply>
</math>
<!-- ci TestCi is not available -->
<!--<TestCi>
<Attribute_double roleName="x">153.0</Attribute_double>
<Attribute_double roleName="y">513.0</Attribute_double>
<math>
<apply>
<plus/>
<ci>x</ci>
<ci>y</ci>
</apply>
</math>
</TestCi>-->
</MathML_Test1>
</TheSystem>
<SvgClient><Attribute_String roleName="svgUri"><![CDATA[data:image/svg+xml,
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
<svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="876" stroke-miterlimit="10" shape-rendering="auto" stroke-opacity="1" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="1141" xmlns="http://www.w3.org/2000/svg" font-family="&apos;Arial&apos;" font-style="normal" stroke-linejoin="miter" font-size="12" stroke-dashoffset="0" image-rendering="auto"
><!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
/><g
><defs id="defs1"
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath1"
><path d="M0 0 L4518 0 L4518 2985 L0 2985 L0 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath2"
><path d="M0 0 L0 1141 L876 1141 L876 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath3"
><path d="M0 0 L0 291 L555 291 L555 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath4"
><path d="M0 0 L0 291 L451 291 L451 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath5"
><path d="M-141 0 L-141 291 L310 291 L310 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath6"
><path d="M0 0 L0 291 L310 291 L310 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath7"
><path d="M0 0 L0 189 L207 189 L207 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath8"
><path d="M0 0 L0 189 L212 189 L212 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath9"
><path d="M0 0 L0 291 L444 291 L444 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath10"
><path d="M-114 0 L-114 291 L330 291 L330 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath11"
><path d="M0 0 L0 291 L330 291 L330 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath12"
><path d="M0 0 L0 189 L180 189 L180 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath13"
><path d="M0 0 L0 189 L232 189 L232 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath14"
><path d="M0 0 L0 291 L464 291 L464 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath15"
><path d="M-135 0 L-135 291 L329 291 L329 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath16"
><path d="M0 0 L0 291 L329 291 L329 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath17"
><path d="M0 0 L0 189 L194 189 L194 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath18"
><path d="M0 0 L0 189 L231 189 L231 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath19"
><path d="M0 0 L0 291 L443 291 L443 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath20"
><path d="M-114 0 L-114 291 L329 291 L329 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath21"
><path d="M0 0 L0 257 L494 257 L494 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath22"
><path d="M-141 0 L-141 257 L353 257 L353 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath23"
><path d="M0 0 L0 257 L353 257 L353 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath24"
><path d="M0 0 L0 189 L255 189 L255 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath25"
><path d="M0 0 L0 495 L661 495 L661 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath26"
><path d="M-162 0 L-162 495 L499 495 L499 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath27"
><path d="M0 0 L0 495 L499 495 L499 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath28"
><path d="M0 0 L0 325 L401 325 L401 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath29"
><path d="M0 0 L0 223 L303 223 L303 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath30"
><path d="M0 0 L0 189 L188 189 L188 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath31"
><path d="M0 0 L0 189 L205 189 L205 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath32"
><path d="M0 0 L0 189 L226 189 L226 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath33"
><path d="M0 0 L0 189 L200 189 L200 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath34"
><path d="M0 0 L0 80 L183 80 L183 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath35"
><path d="M0 0 L0 51.601993560791 L118.039566040039 51.601993560791 L118.039566040039 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath36"
><path d="M0 0 L0 29 L72 29 L72 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath37"
><path d="M0 0 L0 18.705722808838 L46.441795349121 18.705722808838 L46.441795349121 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath38"
><path d="M0 0 L0 29 L109 29 L109 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath39"
><path d="M0 0 L0 18.705722808838 L70.307716369629 18.705722808838 L70.307716369629 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath40"
><path d="M0 0 L0 29 L66 29 L66 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath41"
><path d="M0 0 L0 18.705722808838 L42.571647644043 18.705722808838 L42.571647644043 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath42"
><path d="M0 0 L0 29 L47 29 L47 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath43"
><path d="M0 0 L0 18.705722808838 L30.316171646118 18.705722808838 L30.316171646118 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath44"
><path d="M-80 -80 L-80 109 L127 109 L127 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath45"
><path d="M0 0 L0 29 L52 29 L52 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath46"
><path d="M0 0 L0 18.705722808838 L33.541297912598 18.705722808838 L33.541297912598 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath47"
><path d="M-80 -80 L-80 109 L132 109 L132 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath48"
><path d="M-80 -131 L-80 160 L230 160 L230 -131 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath49"
><path d="M-80 -134 L-80 157 L371 157 L371 -134 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath50"
><path d="M-80 -137 L-80 154 L475 154 L475 -137 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath51"
><path d="M0 0 L0 29 L82 29 L82 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath52"
><path d="M0 0 L0 18.705722808838 L52.892044067383 18.705722808838 L52.892044067383 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath53"
><path d="M0 0 L0 29 L20 29 L20 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath54"
><path d="M0 0 L0 18.705722808838 L12.900498390198 18.705722808838 L12.900498390198 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath55"
><path d="M-80 -80 L-80 109 L100 109 L100 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath56"
><path d="M-80 -80 L-80 109 L152 109 L152 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath57"
><path d="M-80 -131 L-80 160 L250 160 L250 -131 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath58"
><path d="M-80 -134 L-80 157 L364 157 L364 -134 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath59"
><path d="M0 0 L0 29 L103 29 L103 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath60"
><path d="M0 0 L0 18.705722808838 L66.437568664551 18.705722808838 L66.437568664551 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath61"
><path d="M0 0 L0 29 L34 29 L34 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath62"
><path d="M0 0 L0 18.705722808838 L21.930847167969 18.705722808838 L21.930847167969 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath63"
><path d="M-80 -80 L-80 109 L114 109 L114 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath64"
><path d="M0 0 L0 29 L71 29 L71 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath65"
><path d="M0 0 L0 18.705722808838 L45.796772003174 18.705722808838 L45.796772003174 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath66"
><path d="M-80 -80 L-80 109 L151 109 L151 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath67"
><path d="M-80 -131 L-80 160 L249 160 L249 -131 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath68"
><path d="M-80 -134 L-80 157 L384 157 L384 -134 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath69"
><path d="M-80 -134 L-80 157 L363 157 L363 -134 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath70"
><path d="M0 0 L0 29 L95 29 L95 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath71"
><path d="M0 0 L0 18.705722808838 L61.277370452881 18.705722808838 L61.277370452881 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath72"
><path d="M-80 -80 L-80 109 L175 109 L175 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath73"
><path d="M-80 -114 L-80 143 L273 143 L273 -114 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath74"
><path d="M-80 -117 L-80 140 L414 140 L414 -117 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath75"
><path d="M0 0 L0 29 L130 29 L130 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath76"
><path d="M0 0 L0 18.705722808838 L83.853240966797 18.705722808838 L83.853240966797 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath77"
><path d="M0 0 L0 29 L28 29 L28 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath78"
><path d="M0 0 L0 18.705722808838 L18.060697555542 18.705722808838 L18.060697555542 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath79"
><path d="M-80 -80 L-80 109 L108 109 L108 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath80"
><path d="M0 0 L0 29 L45 29 L45 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath81"
><path d="M0 0 L0 18.705722808838 L29.026123046875 18.705722808838 L29.026123046875 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath82"
><path d="M-80 -80 L-80 109 L125 109 L125 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath83"
><path d="M-80 -97 L-80 126 L223 126 L223 -97 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath84"
><path d="M-80 -80 L-80 109 L146 109 L146 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath85"
><path d="M-80 -148 L-80 177 L321 177 L321 -148 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath86"
><path d="M0 0 L0 29 L40 29 L40 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath87"
><path d="M0 0 L0 18.705722808838 L25.800996780396 18.705722808838 L25.800996780396 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath88"
><path d="M-80 -80 L-80 109 L120 109 L120 -80 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath89"
><path d="M-80 -233 L-80 262 L419 262 L419 -233 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath90"
><path d="M-80 -236 L-80 259 L581 259 L581 -236 Z"
/></clipPath
><font horiz-adv-x="60.009766" id="font1"
><font-face ascent="92.822266" font-style="normal" descent="23.583984" units-per-em="100" font-family="sans-serif" font-weight="normal"
/><missing-glyph horiz-adv-x="60.009766" d="M4.984375 -17.671875 L4.984375 70.515625 L54.984375 70.515625 L54.984375 -17.671875 L4.984375 -17.671875 ZM10.59375 -12.109375 L49.421875 -12.109375 L49.421875 64.890625 L10.59375 64.890625 L10.59375 -12.109375 Z"
/><glyph unicode="1" horiz-adv-x="63.623047" d="M12.40625 8.296875 L28.515625 8.296875 L28.515625 63.921875 L10.984375 60.40625 L10.984375 69.390625 L28.421875 72.90625 L38.28125 72.90625 L38.28125 8.296875 L54.390625 8.296875 L54.390625 0 L12.40625 0 L12.40625 8.296875 Z"
/><glyph unicode="s" horiz-adv-x="52.09961" d="M44.28125 53.078125 L44.28125 44.578125 Q40.484375 46.53125 36.3828125 47.5078125 Q32.28125 48.484375 27.875 48.484375 Q21.1875 48.484375 17.84375 46.4375 Q14.5 44.390625 14.5 40.28125 Q14.5 37.15625 16.890625 35.375 Q19.28125 33.59375 26.515625 31.984375 L29.59375 31.296875 Q39.15625 29.25 43.1875 25.515625 Q47.21875 21.78125 47.21875 15.09375 Q47.21875 7.46875 41.1875 3.0234375 Q35.15625 -1.421875 24.609375 -1.421875 Q20.21875 -1.421875 15.453125 -0.5625 Q10.6875 0.296875 5.421875 2 L5.421875 11.28125 Q10.40625 8.6875 15.234375 7.3984375 Q20.0625 6.109375 24.8125 6.109375 Q31.15625 6.109375 34.5703125 8.28125 Q37.984375 10.453125 37.984375 14.40625 Q37.984375 18.0625 35.5234375 20.015625 Q33.0625 21.96875 24.703125 23.78125 L21.578125 24.515625 Q13.234375 26.265625 9.5234375 29.90625 Q5.8125 33.546875 5.8125 39.890625 Q5.8125 47.609375 11.28125 51.8046875 Q16.75 56 26.8125 56 Q31.78125 56 36.1796875 55.2734375 Q40.578125 54.546875 44.28125 53.078125 Z"
/><glyph unicode="e" horiz-adv-x="61.523438" d="M56.203125 29.59375 L56.203125 25.203125 L14.890625 25.203125 Q15.484375 15.921875 20.484375 11.0625 Q25.484375 6.203125 34.421875 6.203125 Q39.59375 6.203125 44.453125 7.46875 Q49.3125 8.734375 54.109375 11.28125 L54.109375 2.78125 Q49.265625 0.734375 44.1875 -0.34375 Q39.109375 -1.421875 33.890625 -1.421875 Q20.796875 -1.421875 13.15625 6.1953125 Q5.515625 13.8125 5.515625 26.8125 Q5.515625 40.234375 12.765625 48.1171875 Q20.015625 56 32.328125 56 Q43.359375 56 49.78125 48.8984375 Q56.203125 41.796875 56.203125 29.59375 ZM47.21875 32.234375 Q47.125 39.59375 43.09375 43.9921875 Q39.0625 48.390625 32.421875 48.390625 Q24.90625 48.390625 20.390625 44.140625 Q15.875 39.890625 15.1875 32.171875 L47.21875 32.234375 Z"
/><glyph unicode="T" horiz-adv-x="61.083984" d="M-0.296875 72.90625 L61.375 72.90625 L61.375 64.59375 L35.5 64.59375 L35.5 0 L25.59375 0 L25.59375 64.59375 L-0.296875 64.59375 L-0.296875 72.90625 Z"
/><glyph unicode="_" horiz-adv-x="50.0" d="M50.984375 -16.609375 L50.984375 -23.578125 L-0.984375 -23.578125 L-0.984375 -16.609375 L50.984375 -16.609375 Z"
/><glyph unicode="L" horiz-adv-x="55.71289" d="M9.8125 72.90625 L19.671875 72.90625 L19.671875 8.296875 L55.171875 8.296875 L55.171875 0 L9.8125 0 L9.8125 72.90625 Z"
/><glyph unicode="h" horiz-adv-x="63.378906" d="M54.890625 33.015625 L54.890625 0 L45.90625 0 L45.90625 32.71875 Q45.90625 40.484375 42.875 44.3359375 Q39.84375 48.1875 33.796875 48.1875 Q26.515625 48.1875 22.3125 43.5546875 Q18.109375 38.921875 18.109375 30.90625 L18.109375 0 L9.078125 0 L9.078125 75.984375 L18.109375 75.984375 L18.109375 46.1875 Q21.34375 51.125 25.7109375 53.5625 Q30.078125 56 35.796875 56 Q45.21875 56 50.0546875 50.171875 Q54.890625 44.34375 54.890625 33.015625 Z"
/><glyph unicode="t" horiz-adv-x="39.208984" d="M18.3125 70.21875 L18.3125 54.6875 L36.8125 54.6875 L36.8125 47.703125 L18.3125 47.703125 L18.3125 18.015625 Q18.3125 11.328125 20.140625 9.421875 Q21.96875 7.515625 27.59375 7.515625 L36.8125 7.515625 L36.8125 0 L27.59375 0 Q17.1875 0 13.234375 3.8828125 Q9.28125 7.765625 9.28125 18.015625 L9.28125 47.703125 L2.6875 47.703125 L2.6875 54.6875 L9.28125 54.6875 L9.28125 70.21875 L18.3125 70.21875 Z"
/><glyph unicode="a" horiz-adv-x="61.279297" d="M34.28125 27.484375 Q23.390625 27.484375 19.1875 25 Q14.984375 22.515625 14.984375 16.5 Q14.984375 11.71875 18.140625 8.9140625 Q21.296875 6.109375 26.703125 6.109375 Q34.1875 6.109375 38.703125 11.40625 Q43.21875 16.703125 43.21875 25.484375 L43.21875 27.484375 L34.28125 27.484375 ZM52.203125 31.203125 L52.203125 0 L43.21875 0 L43.21875 8.296875 Q40.140625 3.328125 35.546875 0.953125 Q30.953125 -1.421875 24.3125 -1.421875 Q15.921875 -1.421875 10.9609375 3.296875 Q6 8.015625 6 15.921875 Q6 25.140625 12.1796875 29.828125 Q18.359375 34.515625 30.609375 34.515625 L43.21875 34.515625 L43.21875 35.40625 Q43.21875 41.609375 39.140625 45 Q35.0625 48.390625 27.6875 48.390625 Q23 48.390625 18.5546875 47.265625 Q14.109375 46.140625 10.015625 43.890625 L10.015625 52.203125 Q14.9375 54.109375 19.578125 55.0546875 Q24.21875 56 28.609375 56 Q40.484375 56 46.34375 49.8515625 Q52.203125 43.703125 52.203125 31.203125 Z"
/><glyph unicode="M" horiz-adv-x="86.2793" d="M9.8125 72.90625 L24.515625 72.90625 L43.109375 23.296875 L61.8125 72.90625 L76.515625 72.90625 L76.515625 0 L66.890625 0 L66.890625 64.015625 L48.09375 14.015625 L38.1875 14.015625 L19.390625 64.015625 L19.390625 0 L9.8125 0 L9.8125 72.90625 Z"
/><glyph unicode="i" horiz-adv-x="27.783203" d="M9.421875 54.6875 L18.40625 54.6875 L18.40625 0 L9.421875 0 L9.421875 54.6875 ZM9.421875 75.984375 L18.40625 75.984375 L18.40625 64.59375 L9.421875 64.59375 L9.421875 75.984375 Z"
/><glyph unicode="C" horiz-adv-x="69.82422" d="M64.40625 67.28125 L64.40625 56.890625 Q59.421875 61.53125 53.78125 63.8203125 Q48.140625 66.109375 41.796875 66.109375 Q29.296875 66.109375 22.65625 58.46875 Q16.015625 50.828125 16.015625 36.375 Q16.015625 21.96875 22.65625 14.328125 Q29.296875 6.6875 41.796875 6.6875 Q48.140625 6.6875 53.78125 8.984375 Q59.421875 11.28125 64.40625 15.921875 L64.40625 5.609375 Q59.234375 2.09375 53.4453125 0.3359375 Q47.65625 -1.421875 41.21875 -1.421875 Q24.65625 -1.421875 15.1328125 8.7109375 Q5.609375 18.84375 5.609375 36.375 Q5.609375 53.953125 15.1328125 64.0859375 Q24.65625 74.21875 41.21875 74.21875 Q47.75 74.21875 53.5390625 72.484375 Q59.328125 70.75 64.40625 67.28125 Z"
/><glyph unicode="6" horiz-adv-x="63.623047" d="M33.015625 40.375 Q26.375 40.375 22.4921875 35.8359375 Q18.609375 31.296875 18.609375 23.390625 Q18.609375 15.53125 22.4921875 10.9609375 Q26.375 6.390625 33.015625 6.390625 Q39.65625 6.390625 43.53125 10.9609375 Q47.40625 15.53125 47.40625 23.390625 Q47.40625 31.296875 43.53125 35.8359375 Q39.65625 40.375 33.015625 40.375 ZM52.59375 71.296875 L52.59375 62.3125 Q48.875 64.0625 45.09375 64.9921875 Q41.3125 65.921875 37.59375 65.921875 Q27.828125 65.921875 22.6796875 59.328125 Q17.53125 52.734375 16.796875 39.40625 Q19.671875 43.65625 24.0234375 45.921875 Q28.375 48.1875 33.59375 48.1875 Q44.578125 48.1875 50.953125 41.5234375 Q57.328125 34.859375 57.328125 23.390625 Q57.328125 12.15625 50.6875 5.3671875 Q44.046875 -1.421875 33.015625 -1.421875 Q20.359375 -1.421875 13.671875 8.2734375 Q6.984375 17.96875 6.984375 36.375 Q6.984375 53.65625 15.1875 63.9375 Q23.390625 74.21875 37.203125 74.21875 Q40.921875 74.21875 44.703125 73.484375 Q48.484375 72.75 52.59375 71.296875 Z"
/><glyph unicode=" " horiz-adv-x="31.78711" d=""
/><glyph unicode="m" horiz-adv-x="97.41211" d="M52 44.1875 Q55.375 50.25 60.0625 53.125 Q64.75 56 71.09375 56 Q79.640625 56 84.28125 50.0234375 Q88.921875 44.046875 88.921875 33.015625 L88.921875 0 L79.890625 0 L79.890625 32.71875 Q79.890625 40.578125 77.1015625 44.3828125 Q74.3125 48.1875 68.609375 48.1875 Q61.625 48.1875 57.5703125 43.5546875 Q53.515625 38.921875 53.515625 30.90625 L53.515625 0 L44.484375 0 L44.484375 32.71875 Q44.484375 40.625 41.703125 44.40625 Q38.921875 48.1875 33.109375 48.1875 Q26.21875 48.1875 22.1640625 43.53125 Q18.109375 38.875 18.109375 30.90625 L18.109375 0 L9.078125 0 L9.078125 54.6875 L18.109375 54.6875 L18.109375 46.1875 Q21.1875 51.21875 25.484375 53.609375 Q29.78125 56 35.6875 56 Q41.65625 56 45.828125 52.9765625 Q50 49.953125 52 44.1875 Z"
/><glyph unicode="y" horiz-adv-x="59.179688" d="M32.171875 -5.078125 Q28.375 -14.84375 24.7578125 -17.8203125 Q21.140625 -20.796875 15.09375 -20.796875 L7.90625 -20.796875 L7.90625 -13.28125 L13.1875 -13.28125 Q16.890625 -13.28125 18.9453125 -11.5234375 Q21 -9.765625 23.484375 -3.21875 L25.09375 0.875 L2.984375 54.6875 L12.5 54.6875 L29.59375 11.921875 L46.6875 54.6875 L56.203125 54.6875 L32.171875 -5.078125 Z"
/><glyph unicode="l" horiz-adv-x="27.783203" d="M9.421875 75.984375 L18.40625 75.984375 L18.40625 0 L9.421875 0 L9.421875 75.984375 Z"
/><glyph unicode="p" horiz-adv-x="63.476562" d="M18.109375 8.203125 L18.109375 -20.796875 L9.078125 -20.796875 L9.078125 54.6875 L18.109375 54.6875 L18.109375 46.390625 Q20.953125 51.265625 25.2734375 53.6328125 Q29.59375 56 35.59375 56 Q45.5625 56 51.7890625 48.09375 Q58.015625 40.1875 58.015625 27.296875 Q58.015625 14.40625 51.7890625 6.4921875 Q45.5625 -1.421875 35.59375 -1.421875 Q29.59375 -1.421875 25.2734375 0.953125 Q20.953125 3.328125 18.109375 8.203125 ZM48.6875 27.296875 Q48.6875 37.203125 44.609375 42.84375 Q40.53125 48.484375 33.40625 48.484375 Q26.265625 48.484375 22.1875 42.84375 Q18.109375 37.203125 18.109375 27.296875 Q18.109375 17.390625 22.1875 11.75 Q26.265625 6.109375 33.40625 6.109375 Q40.53125 6.109375 44.609375 11.75 Q48.6875 17.390625 48.6875 27.296875 Z"
/><glyph unicode="3" horiz-adv-x="63.623047" d="M40.578125 39.3125 Q47.65625 37.796875 51.6328125 33.0078125 Q55.609375 28.21875 55.609375 21.1875 Q55.609375 10.40625 48.1875 4.4921875 Q40.765625 -1.421875 27.09375 -1.421875 Q22.515625 -1.421875 17.65625 -0.515625 Q12.796875 0.390625 7.625 2.203125 L7.625 11.71875 Q11.71875 9.328125 16.6015625 8.109375 Q21.484375 6.890625 26.8125 6.890625 Q36.078125 6.890625 40.9375 10.546875 Q45.796875 14.203125 45.796875 21.1875 Q45.796875 27.640625 41.28125 31.2734375 Q36.765625 34.90625 28.71875 34.90625 L20.21875 34.90625 L20.21875 43.015625 L29.109375 43.015625 Q36.375 43.015625 40.234375 45.921875 Q44.09375 48.828125 44.09375 54.296875 Q44.09375 59.90625 40.1171875 62.9140625 Q36.140625 65.921875 28.71875 65.921875 Q24.65625 65.921875 20.015625 65.0390625 Q15.375 64.15625 9.8125 62.3125 L9.8125 71.09375 Q15.4375 72.65625 20.34375 73.4375 Q25.25 74.21875 29.59375 74.21875 Q40.828125 74.21875 47.3671875 69.1171875 Q53.90625 64.015625 53.90625 55.328125 Q53.90625 49.265625 50.4375 45.09375 Q46.96875 40.921875 40.578125 39.3125 Z"
/><glyph unicode="5" horiz-adv-x="63.623047" d="M10.796875 72.90625 L49.515625 72.90625 L49.515625 64.59375 L19.828125 64.59375 L19.828125 46.734375 Q21.96875 47.46875 24.1171875 47.828125 Q26.265625 48.1875 28.421875 48.1875 Q40.625 48.1875 47.7578125 41.5 Q54.890625 34.8125 54.890625 23.390625 Q54.890625 11.625 47.5625 5.1015625 Q40.234375 -1.421875 26.90625 -1.421875 Q22.3125 -1.421875 17.5546875 -0.640625 Q12.796875 0.140625 7.71875 1.703125 L7.71875 11.625 Q12.109375 9.234375 16.796875 8.0625 Q21.484375 6.890625 26.703125 6.890625 Q35.15625 6.890625 40.0859375 11.328125 Q45.015625 15.765625 45.015625 23.390625 Q45.015625 31 40.0859375 35.4453125 Q35.15625 39.890625 26.703125 39.890625 Q22.75 39.890625 18.8203125 39.015625 Q14.890625 38.140625 10.796875 36.28125 L10.796875 72.90625 Z"
/><glyph unicode="u" horiz-adv-x="63.378906" d="M8.5 21.578125 L8.5 54.6875 L17.484375 54.6875 L17.484375 21.921875 Q17.484375 14.15625 20.5078125 10.2734375 Q23.53125 6.390625 29.59375 6.390625 Q36.859375 6.390625 41.0859375 11.03125 Q45.3125 15.671875 45.3125 23.6875 L45.3125 54.6875 L54.296875 54.6875 L54.296875 0 L45.3125 0 L45.3125 8.40625 Q42.046875 3.421875 37.7265625 1 Q33.40625 -1.421875 27.6875 -1.421875 Q18.265625 -1.421875 13.3828125 4.4375 Q8.5 10.296875 8.5 21.578125 Z"
/><glyph unicode="8" horiz-adv-x="63.623047" d="M31.78125 34.625 Q24.75 34.625 20.7265625 30.859375 Q16.703125 27.09375 16.703125 20.515625 Q16.703125 13.921875 20.7265625 10.15625 Q24.75 6.390625 31.78125 6.390625 Q38.8125 6.390625 42.8671875 10.1796875 Q46.921875 13.96875 46.921875 20.515625 Q46.921875 27.09375 42.8984375 30.859375 Q38.875 34.625 31.78125 34.625 ZM21.921875 38.8125 Q15.578125 40.375 12.0390625 44.7265625 Q8.5 49.078125 8.5 55.328125 Q8.5 64.0625 14.7265625 69.140625 Q20.953125 74.21875 31.78125 74.21875 Q42.671875 74.21875 48.875 69.140625 Q55.078125 64.0625 55.078125 55.328125 Q55.078125 49.078125 51.5390625 44.7265625 Q48 40.375 41.703125 38.8125 Q48.828125 37.15625 52.8046875 32.3203125 Q56.78125 27.484375 56.78125 20.515625 Q56.78125 9.90625 50.3125 4.2421875 Q43.84375 -1.421875 31.78125 -1.421875 Q19.734375 -1.421875 13.2578125 4.2421875 Q6.78125 9.90625 6.78125 20.515625 Q6.78125 27.484375 10.7890625 32.3203125 Q14.796875 37.15625 21.921875 38.8125 ZM18.3125 54.390625 Q18.3125 48.734375 21.8515625 45.5625 Q25.390625 42.390625 31.78125 42.390625 Q38.140625 42.390625 41.7265625 45.5625 Q45.3125 48.734375 45.3125 54.390625 Q45.3125 60.0625 41.7265625 63.234375 Q38.140625 66.40625 31.78125 66.40625 Q25.390625 66.40625 21.8515625 63.234375 Q18.3125 60.0625 18.3125 54.390625 Z"
/><glyph unicode="2" horiz-adv-x="63.623047" d="M19.1875 8.296875 L53.609375 8.296875 L53.609375 0 L7.328125 0 L7.328125 8.296875 Q12.9375 14.109375 22.6328125 23.8984375 Q32.328125 33.6875 34.8125 36.53125 Q39.546875 41.84375 41.4296875 45.53125 Q43.3125 49.21875 43.3125 52.78125 Q43.3125 58.59375 39.234375 62.2578125 Q35.15625 65.921875 28.609375 65.921875 Q23.96875 65.921875 18.8203125 64.3125 Q13.671875 62.703125 7.8125 59.421875 L7.8125 69.390625 Q13.765625 71.78125 18.9453125 73 Q24.125 74.21875 28.421875 74.21875 Q39.75 74.21875 46.484375 68.5546875 Q53.21875 62.890625 53.21875 53.421875 Q53.21875 48.921875 51.5390625 44.8984375 Q49.859375 40.875 45.40625 35.40625 Q44.1875 33.984375 37.6484375 27.21875 Q31.109375 20.453125 19.1875 8.296875 Z"
/><glyph unicode="r" horiz-adv-x="41.11328" d="M41.109375 46.296875 Q39.59375 47.171875 37.8125 47.5859375 Q36.03125 48 33.890625 48 Q26.265625 48 22.1875 43.046875 Q18.109375 38.09375 18.109375 28.8125 L18.109375 0 L9.078125 0 L9.078125 54.6875 L18.109375 54.6875 L18.109375 46.1875 Q20.953125 51.171875 25.4921875 53.5859375 Q30.03125 56 36.53125 56 Q37.453125 56 38.578125 55.8828125 Q39.703125 55.765625 41.0625 55.515625 L41.109375 46.296875 Z"
/><glyph unicode="w" horiz-adv-x="81.78711" d="M4.203125 54.6875 L13.1875 54.6875 L24.421875 12.015625 L35.59375 54.6875 L46.1875 54.6875 L57.421875 12.015625 L68.609375 54.6875 L77.59375 54.6875 L63.28125 0 L52.6875 0 L40.921875 44.828125 L29.109375 0 L18.5 0 L4.203125 54.6875 Z"
/><glyph unicode="o" horiz-adv-x="61.18164" d="M30.609375 48.390625 Q23.390625 48.390625 19.1875 42.75 Q14.984375 37.109375 14.984375 27.296875 Q14.984375 17.484375 19.1640625 11.84375 Q23.34375 6.203125 30.609375 6.203125 Q37.796875 6.203125 41.9921875 11.8671875 Q46.1875 17.53125 46.1875 27.296875 Q46.1875 37.015625 41.9921875 42.703125 Q37.796875 48.390625 30.609375 48.390625 ZM30.609375 56 Q42.328125 56 49.0234375 48.3828125 Q55.71875 40.765625 55.71875 27.296875 Q55.71875 13.875 49.0234375 6.2265625 Q42.328125 -1.421875 30.609375 -1.421875 Q18.84375 -1.421875 12.1796875 6.2265625 Q5.515625 13.875 5.515625 27.296875 Q5.515625 40.765625 12.1796875 48.3828125 Q18.84375 56 30.609375 56 Z"
/><glyph unicode="." horiz-adv-x="31.78711" d="M10.6875 12.40625 L21 12.40625 L21 0 L10.6875 0 L10.6875 12.40625 Z"
/><glyph unicode="v" horiz-adv-x="59.179688" d="M2.984375 54.6875 L12.5 54.6875 L29.59375 8.796875 L46.6875 54.6875 L56.203125 54.6875 L35.6875 0 L23.484375 0 L2.984375 54.6875 Z"
/><glyph unicode="d" horiz-adv-x="63.476562" d="M45.40625 46.390625 L45.40625 75.984375 L54.390625 75.984375 L54.390625 0 L45.40625 0 L45.40625 8.203125 Q42.578125 3.328125 38.2578125 0.953125 Q33.9375 -1.421875 27.875 -1.421875 Q17.96875 -1.421875 11.7421875 6.4921875 Q5.515625 14.40625 5.515625 27.296875 Q5.515625 40.1875 11.7421875 48.09375 Q17.96875 56 27.875 56 Q33.9375 56 38.2578125 53.6328125 Q42.578125 51.265625 45.40625 46.390625 ZM14.796875 27.296875 Q14.796875 17.390625 18.875 11.75 Q22.953125 6.109375 30.078125 6.109375 Q37.203125 6.109375 41.3046875 11.75 Q45.40625 17.390625 45.40625 27.296875 Q45.40625 37.203125 41.3046875 42.84375 Q37.203125 48.484375 30.078125 48.484375 Q22.953125 48.484375 18.875 42.84375 Q14.796875 37.203125 14.796875 27.296875 Z"
/><glyph unicode="4" horiz-adv-x="63.623047" d="M37.796875 64.3125 L12.890625 25.390625 L37.796875 25.390625 L37.796875 64.3125 ZM35.203125 72.90625 L47.609375 72.90625 L47.609375 25.390625 L58.015625 25.390625 L58.015625 17.1875 L47.609375 17.1875 L47.609375 0 L37.796875 0 L37.796875 17.1875 L4.890625 17.1875 L4.890625 26.703125 L35.203125 72.90625 Z"
/><glyph unicode="7" horiz-adv-x="63.623047" d="M8.203125 72.90625 L55.078125 72.90625 L55.078125 68.703125 L28.609375 0 L18.3125 0 L43.21875 64.59375 L8.203125 64.59375 L8.203125 72.90625 Z"
/><glyph unicode="n" horiz-adv-x="63.378906" d="M54.890625 33.015625 L54.890625 0 L45.90625 0 L45.90625 32.71875 Q45.90625 40.484375 42.875 44.3359375 Q39.84375 48.1875 33.796875 48.1875 Q26.515625 48.1875 22.3125 43.5546875 Q18.109375 38.921875 18.109375 30.90625 L18.109375 0 L9.078125 0 L9.078125 54.6875 L18.109375 54.6875 L18.109375 46.1875 Q21.34375 51.125 25.7109375 53.5625 Q30.078125 56 35.796875 56 Q45.21875 56 50.0546875 50.171875 Q54.890625 44.34375 54.890625 33.015625 Z"
/><glyph unicode="0" horiz-adv-x="63.623047" d="M31.78125 66.40625 Q24.171875 66.40625 20.3359375 58.9140625 Q16.5 51.421875 16.5 36.375 Q16.5 21.390625 20.3359375 13.890625 Q24.171875 6.390625 31.78125 6.390625 Q39.453125 6.390625 43.2890625 13.890625 Q47.125 21.390625 47.125 36.375 Q47.125 51.421875 43.2890625 58.9140625 Q39.453125 66.40625 31.78125 66.40625 ZM31.78125 74.21875 Q44.046875 74.21875 50.515625 64.5234375 Q56.984375 54.828125 56.984375 36.375 Q56.984375 17.96875 50.515625 8.2734375 Q44.046875 -1.421875 31.78125 -1.421875 Q19.53125 -1.421875 13.0625 8.2734375 Q6.59375 17.96875 6.59375 36.375 Q6.59375 54.828125 13.0625 64.5234375 Q19.53125 74.21875 31.78125 74.21875 Z"
/><glyph unicode="c" horiz-adv-x="54.98047" d="M48.78125 52.59375 L48.78125 44.1875 Q44.96875 46.296875 41.140625 47.34375 Q37.3125 48.390625 33.40625 48.390625 Q24.65625 48.390625 19.8203125 42.8515625 Q14.984375 37.3125 14.984375 27.296875 Q14.984375 17.28125 19.8203125 11.7421875 Q24.65625 6.203125 33.40625 6.203125 Q37.3125 6.203125 41.140625 7.25 Q44.96875 8.296875 48.78125 10.40625 L48.78125 2.09375 Q45.015625 0.34375 40.9921875 -0.5390625 Q36.96875 -1.421875 32.421875 -1.421875 Q20.0625 -1.421875 12.7890625 6.34375 Q5.515625 14.109375 5.515625 27.296875 Q5.515625 40.671875 12.8671875 48.3359375 Q20.21875 56 33.015625 56 Q37.15625 56 41.109375 55.1484375 Q45.0625 54.296875 48.78125 52.59375 Z"
/><glyph unicode="f" horiz-adv-x="35.20508" d="M37.109375 75.984375 L37.109375 68.5 L28.515625 68.5 Q23.6875 68.5 21.8046875 66.546875 Q19.921875 64.59375 19.921875 59.515625 L19.921875 54.6875 L34.71875 54.6875 L34.71875 47.703125 L19.921875 47.703125 L19.921875 0 L10.890625 0 L10.890625 47.703125 L2.296875 47.703125 L2.296875 54.6875 L10.890625 54.6875 L10.890625 58.5 Q10.890625 67.625 15.140625 71.8046875 Q19.390625 75.984375 28.609375 75.984375 L37.109375 75.984375 Z"
/><glyph unicode="-" horiz-adv-x="36.083984" d="M4.890625 31.390625 L31.203125 31.390625 L31.203125 23.390625 L4.890625 23.390625 L4.890625 31.390625 Z"
/><glyph unicode="b" horiz-adv-x="63.476562" d="M48.6875 27.296875 Q48.6875 37.203125 44.609375 42.84375 Q40.53125 48.484375 33.40625 48.484375 Q26.265625 48.484375 22.1875 42.84375 Q18.109375 37.203125 18.109375 27.296875 Q18.109375 17.390625 22.1875 11.75 Q26.265625 6.109375 33.40625 6.109375 Q40.53125 6.109375 44.609375 11.75 Q48.6875 17.390625 48.6875 27.296875 ZM18.109375 46.390625 Q20.953125 51.265625 25.2734375 53.6328125 Q29.59375 56 35.59375 56 Q45.5625 56 51.7890625 48.09375 Q58.015625 40.1875 58.015625 27.296875 Q58.015625 14.40625 51.7890625 6.4921875 Q45.5625 -1.421875 35.59375 -1.421875 Q29.59375 -1.421875 25.2734375 0.953125 Q20.953125 3.328125 18.109375 8.203125 L18.109375 0 L9.078125 0 L9.078125 75.984375 L18.109375 75.984375 L18.109375 46.390625 Z"
/><glyph unicode="9" horiz-adv-x="63.623047" d="M10.984375 1.515625 L10.984375 10.5 Q14.703125 8.734375 18.5078125 7.8125 Q22.3125 6.890625 25.984375 6.890625 Q35.75 6.890625 40.8984375 13.453125 Q46.046875 20.015625 46.78125 33.40625 Q43.953125 29.203125 39.6015625 26.953125 Q35.25 24.703125 29.984375 24.703125 Q19.046875 24.703125 12.671875 31.3203125 Q6.296875 37.9375 6.296875 49.421875 Q6.296875 60.640625 12.9375 67.4296875 Q19.578125 74.21875 30.609375 74.21875 Q43.265625 74.21875 49.9296875 64.5234375 Q56.59375 54.828125 56.59375 36.375 Q56.59375 19.140625 48.4140625 8.859375 Q40.234375 -1.421875 26.421875 -1.421875 Q22.703125 -1.421875 18.8984375 -0.6875 Q15.09375 0.046875 10.984375 1.515625 ZM30.609375 32.421875 Q37.25 32.421875 41.1328125 36.9609375 Q45.015625 41.5 45.015625 49.421875 Q45.015625 57.28125 41.1328125 61.84375 Q37.25 66.40625 30.609375 66.40625 Q23.96875 66.40625 20.09375 61.84375 Q16.21875 57.28125 16.21875 49.421875 Q16.21875 41.5 20.09375 36.9609375 Q23.96875 32.421875 30.609375 32.421875 Z"
/></font
></defs
><g fill="white" text-rendering="optimizeSpeed" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(-1821,-922)" stroke="white"
><rect x="0" width="4518" height="2985" y="0" clip-path="url(#clipPath1)" stroke="none"
/></g
><g stroke-linecap="butt" transform="translate(460,850)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(240,240,240)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath5)" width="180" rx="7.5" ry="7.5" height="127" stroke="none"
/></g
><g stroke-linecap="butt" transform="translate(460,850)" fill="rgb(168,168,168)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(168,168,168)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath5)" fill="none" width="180" rx="7.5" ry="7.5" height="127"
/></g
><g stroke-linecap="butt" transform="translate(329,714)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(240,240,240)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath10)" width="200" rx="7.5" ry="7.5" height="127" stroke="none"
/></g
><g stroke-linecap="butt" transform="translate(329,714)" fill="rgb(168,168,168)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(168,168,168)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath10)" fill="none" width="200" rx="7.5" ry="7.5" height="127"
/></g
><g stroke-linecap="butt" transform="translate(350,578)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(240,240,240)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath15)" width="199" rx="7.5" ry="7.5" height="127" stroke="none"
/></g
><g stroke-linecap="butt" transform="translate(350,578)" fill="rgb(168,168,168)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(168,168,168)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath15)" fill="none" width="199" rx="7.5" ry="7.5" height="127"
/></g
><g stroke-linecap="butt" transform="translate(329,442)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(240,240,240)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath20)" width="199" rx="7.5" ry="7.5" height="127" stroke="none"
/></g
><g stroke-linecap="butt" transform="translate(329,442)" fill="rgb(168,168,168)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(168,168,168)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath20)" fill="none" width="199" rx="7.5" ry="7.5" height="127"
/></g
><g stroke-linecap="butt" transform="translate(356,340)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(240,240,240)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath22)" width="223" rx="7.5" ry="7.5" height="93" stroke="none"
/></g
><g stroke-linecap="butt" transform="translate(356,340)" fill="rgb(168,168,168)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(168,168,168)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath22)" fill="none" width="223" rx="7.5" ry="7.5" height="93"
/></g
><g stroke-linecap="butt" transform="translate(377,0)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(240,240,240)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath26)" width="369" rx="7.5" ry="7.5" height="331" stroke="none"
/></g
><g stroke-linecap="butt" transform="translate(377,0)" fill="rgb(168,168,168)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="rgb(168,168,168)" stroke-width="3"
><rect x="65" y="82" clip-path="url(#clipPath26)" fill="none" width="369" rx="7.5" ry="7.5" height="331"
/></g
><g stroke-linecap="butt" transform="translate(-1821,-922)" fill="rgb(102,102,255)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke-linejoin="round" stroke="rgb(102,102,255)" stroke-width="2" stroke-miterlimit="1"
><path fill="none" d="M2506 1951 C2813 1951 2252 1923 2188 1923" clip-path="url(#clipPath1)"
/><polygon points=" 2188 1923 2203 1915 2203 1930 2188 1923" clip-path="url(#clipPath1)" stroke="none"
/><polygon fill="none" points=" 2188 1923 2203 1915 2203 1930 2188 1923" clip-path="url(#clipPath1)"
/></g
><g stroke-linecap="butt" transform="translate(-1821,-922)" fill="rgb(102,102,255)" text-rendering="optimizeSpeed" font-family="sans-serif" stroke-linejoin="round" stroke="rgb(102,102,255)" stroke-width="2" stroke-miterlimit="1"
><path fill="none" d="M2506 1917 C2813 1917 2252 1923 2188 1923" clip-path="url(#clipPath1)"
/><polygon points=" 2188 1923 2203 1915 2203 1930 2188 1923" clip-path="url(#clipPath1)" stroke="none"
/><polygon fill="none" points=" 2188 1923 2203 1915 2203 1930 2188 1923" clip-path="url(#clipPath1)"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" stroke="gray"
><path fill="none" d="M215 556 C235 556 263 265 295 265" clip-path="url(#clipPath2)"
/><path fill="none" d="M247 568 C267 568 263 486 295 486" clip-path="url(#clipPath2)"
/><path fill="none" d="M262 590 C282 590 263 605 295 605" clip-path="url(#clipPath2)"
/><path fill="none" d="M243 615 C263 615 263 741 295 741" clip-path="url(#clipPath2)"
/><path fill="none" d="M219 625 C239 625 263 877 295 877" clip-path="url(#clipPath2)"
/><path fill="none" d="M204 628 C224 628 263 1016 295 1016" clip-path="url(#clipPath2)"
/></g
><g fill="white" text-rendering="optimizeSpeed" font-size="13.333333969116" font-family="sans-serif" transform="translate(80,551)" stroke="white"
><ellipse rx="90.5" ry="39" clip-path="url(#clipPath34)" cx="91.5" cy="40" stroke="none"
/><ellipse clip-path="url(#clipPath34)" fill="none" rx="91" cx="91" ry="39.5" cy="39.5" stroke="gray"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(80,551) scale(1.550327658653,1.550327658653)"
><text x="9" xml:space="preserve" y="30" clip-path="url(#clipPath35)" stroke="none"
>MathML_Test1</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(215,850)" stroke="gray"
><path fill="none" d="M151 166 C171 166 152 163 184 163" clip-path="url(#clipPath3)"
/></g
><g font-size="13.333333969116" transform="translate(295,987)" fill="white" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="white"
><rect x="0" width="72" height="28" y="0" clip-path="url(#clipPath36)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(295,987) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath37)" stroke="none"
>TestCi</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(319,850)" stroke="gray"
><path fill="none" d="M188 163 C208 163 189 160 221 160" clip-path="url(#clipPath4)"
/></g
><g font-size="13.333333969116" transform="translate(399,984)" fill="white" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="white"
><rect x="0" width="109" height="28" y="0" clip-path="url(#clipPath38)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(399,984) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath39)" stroke="none"
>math 666</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(460,850)" stroke="gray"
><path fill="none" d="M145 160 C165 160 146 126 178 126" clip-path="url(#clipPath6)"
/><path fill="none" d="M145 160 C165 160 146 160 178 160" clip-path="url(#clipPath6)"
/><path fill="none" d="M145 160 C165 160 146 194 178 194" clip-path="url(#clipPath6)"
/></g
><g font-size="13.333333969116" transform="translate(540,981)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="66" height="28" y="0" clip-path="url(#clipPath40)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(540,981) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath41)" stroke="none"
>apply</text
></g
><g font-size="13.333333969116" transform="translate(638,1015)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="47" height="28" y="0" clip-path="url(#clipPath42)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(638,1015) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath43)" stroke="none"
>513</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(638,1015)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath44)" x2="47" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(638,981)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="47" height="28" y="0" clip-path="url(#clipPath42)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(638,981) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath43)" stroke="none"
>153</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(638,981)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath44)" x2="47" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(638,947)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="52" height="28" y="0" clip-path="url(#clipPath45)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(638,947) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath46)" stroke="none"
>plus</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(638,947)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath47)" x2="52" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(540,981)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath48)" x2="66" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(399,984)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath49)" x2="109" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(295,987)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath50)" x2="72" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(215,714)" stroke="gray"
><path fill="none" d="M161 163 C181 163 162 160 194 160" clip-path="url(#clipPath9)"
/></g
><g font-size="13.333333969116" transform="translate(295,848)" fill="white" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="white"
><rect x="0" width="82" height="28" y="0" clip-path="url(#clipPath51)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(295,848) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath52)" stroke="none"
>math 8</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(329,714)" stroke="gray"
><path fill="none" d="M145 160 C165 160 146 126 178 126" clip-path="url(#clipPath11)"
/><path fill="none" d="M145 160 C165 160 146 160 178 160" clip-path="url(#clipPath11)"
/><path fill="none" d="M145 160 C165 160 146 194 178 194" clip-path="url(#clipPath11)"
/></g
><g font-size="13.333333969116" transform="translate(409,845)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="66" height="28" y="0" clip-path="url(#clipPath40)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(409,845) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath41)" stroke="none"
>apply</text
></g
><g font-size="13.333333969116" transform="translate(507,879)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(507,879) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>3</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(507,879)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(507,845)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(507,845) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>2</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(507,845)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(507,811)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="72" height="28" y="0" clip-path="url(#clipPath36)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(507,811) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath37)" stroke="none"
>power</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(507,811)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath56)" x2="72" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(409,845)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath57)" x2="66" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(295,848)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath58)" x2="82" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(215,578)" stroke="gray"
><path fill="none" d="M182 163 C202 163 183 160 215 160" clip-path="url(#clipPath14)"
/></g
><g font-size="13.333333969116" transform="translate(295,712)" fill="white" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="white"
><rect x="0" width="103" height="28" y="0" clip-path="url(#clipPath59)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(295,712) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath60)" stroke="none"
>math 2.6</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(350,578)" stroke="gray"
><path fill="none" d="M145 160 C165 160 146 126 178 126" clip-path="url(#clipPath16)"
/><path fill="none" d="M145 160 C165 160 146 160 178 160" clip-path="url(#clipPath16)"
/><path fill="none" d="M145 160 C165 160 146 194 178 194" clip-path="url(#clipPath16)"
/></g
><g font-size="13.333333969116" transform="translate(430,709)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="66" height="28" y="0" clip-path="url(#clipPath40)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(430,709) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath41)" stroke="none"
>apply</text
></g
><g font-size="13.333333969116" transform="translate(528,743)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(528,743) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>5</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(528,743)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(528,709)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="34" height="28" y="0" clip-path="url(#clipPath61)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(528,709) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath62)" stroke="none"
>13</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(528,709)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath63)" x2="34" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(528,675)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="71" height="28" y="0" clip-path="url(#clipPath64)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(528,675) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath65)" stroke="none"
>divide</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(528,675)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath66)" x2="71" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(430,709)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath67)" x2="66" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(295,712)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath68)" x2="103" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(215,442)" stroke="gray"
><path fill="none" d="M161 163 C181 163 162 160 194 160" clip-path="url(#clipPath19)"
/></g
><g font-size="13.333333969116" transform="translate(295,576)" fill="white" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="white"
><rect x="0" width="82" height="28" y="0" clip-path="url(#clipPath51)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(295,576) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath52)" stroke="none"
>math 4</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(329,442)" stroke="gray"
><path fill="none" d="M145 160 C165 160 146 126 178 126" clip-path="url(#clipPath16)"
/><path fill="none" d="M145 160 C165 160 146 160 178 160" clip-path="url(#clipPath16)"
/><path fill="none" d="M145 160 C165 160 146 194 178 194" clip-path="url(#clipPath16)"
/></g
><g font-size="13.333333969116" transform="translate(409,573)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="66" height="28" y="0" clip-path="url(#clipPath40)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(409,573) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath41)" stroke="none"
>apply</text
></g
><g font-size="13.333333969116" transform="translate(507,607)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(507,607) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>3</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(507,607)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(507,573)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(507,573) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>7</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(507,573)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(507,539)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="71" height="28" y="0" clip-path="url(#clipPath64)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(507,539) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath65)" stroke="none"
>minus</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(507,539)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath66)" x2="71" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(409,573)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath67)" x2="66" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(295,576)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath69)" x2="82" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(215,340)" stroke="gray"
><path fill="none" d="M188 146 C208 146 189 143 221 143" clip-path="url(#clipPath21)"
/></g
><g font-size="13.333333969116" transform="translate(295,457)" fill="white" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="white"
><rect x="0" width="109" height="28" y="0" clip-path="url(#clipPath38)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(295,457) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath39)" stroke="none"
>math 120</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(356,340)" stroke="gray"
><path fill="none" d="M145 143 C165 143 146 126 178 126" clip-path="url(#clipPath23)"
/><path fill="none" d="M145 143 C165 143 146 160 178 160" clip-path="url(#clipPath23)"
/></g
><g font-size="13.333333969116" transform="translate(436,454)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="66" height="28" y="0" clip-path="url(#clipPath40)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(436,454) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath41)" stroke="none"
>apply</text
></g
><g font-size="13.333333969116" transform="translate(534,471)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(534,471) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>5</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(534,471)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(534,437)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="95" height="28" y="0" clip-path="url(#clipPath70)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(534,437) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath71)" stroke="none"
>factorial</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(534,437)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath72)" x2="95" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(436,454)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath73)" x2="66" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(295,457)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath74)" x2="109" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(215,0)" stroke="gray"
><path fill="none" d="M209 265 C229 265 210 262 242 262" clip-path="url(#clipPath25)"
/></g
><g font-size="13.333333969116" transform="translate(295,236)" fill="white" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="white"
><rect x="0" width="130" height="28" y="0" clip-path="url(#clipPath75)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(295,236) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath76)" stroke="none"
>math 154.1</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(377,0)" stroke="gray"
><path fill="none" d="M145 262 C165 262 146 126 178 126" clip-path="url(#clipPath27)"
/><path fill="none" d="M145 262 C165 262 146 160 178 160" clip-path="url(#clipPath27)"
/><path fill="none" d="M145 262 C165 262 146 194 178 194" clip-path="url(#clipPath27)"
/><path fill="none" d="M145 262 C165 262 146 228 178 228" clip-path="url(#clipPath27)"
/><path fill="none" d="M145 262 C165 262 146 330 178 330" clip-path="url(#clipPath27)"
/></g
><g font-size="13.333333969116" transform="translate(457,233)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="66" height="28" y="0" clip-path="url(#clipPath40)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(457,233) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath41)" stroke="none"
>apply</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(475,153)" stroke="gray"
><path fill="none" d="M145 177 C165 177 146 109 178 109" clip-path="url(#clipPath28)"
/><path fill="none" d="M145 177 C165 177 146 143 178 143" clip-path="url(#clipPath28)"
/><path fill="none" d="M145 177 C165 177 146 177 178 177" clip-path="url(#clipPath28)"
/><path fill="none" d="M145 177 C165 177 146 228 178 228" clip-path="url(#clipPath28)"
/></g
><g font-size="13.333333969116" transform="translate(555,301)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="66" height="28" y="0" clip-path="url(#clipPath40)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(555,301) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath41)" stroke="none"
>apply</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(573,255)" stroke="gray"
><path fill="none" d="M145 126 C165 126 146 109 178 109" clip-path="url(#clipPath29)"
/><path fill="none" d="M145 126 C165 126 146 143 178 143" clip-path="url(#clipPath29)"
/></g
><g font-size="13.333333969116" transform="translate(653,352)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="66" height="28" y="0" clip-path="url(#clipPath40)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(653,352) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath41)" stroke="none"
>apply</text
></g
><g font-size="13.333333969116" transform="translate(751,369)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="28" height="28" y="0" clip-path="url(#clipPath77)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(751,369) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath78)" stroke="none"
>-2</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(751,369)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath79)" x2="28" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(751,335)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="45" height="28" y="0" clip-path="url(#clipPath80)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(751,335) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath81)" stroke="none"
>abs</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(751,335)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath82)" x2="45" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(653,352)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath83)" x2="66" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(653,301)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(653,301) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>9</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(653,301)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(653,267)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(653,267) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>8</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(653,267)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(653,233)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="66" height="28" y="0" clip-path="url(#clipPath40)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(653,233) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath41)" stroke="none"
>times</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(653,233)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath84)" x2="66" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(555,301)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath85)" x2="66" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(555,199)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(555,199) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>3</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(555,199)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(555,165)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="20" height="28" y="0" clip-path="url(#clipPath53)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(555,165) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath54)" stroke="none"
>2</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(555,165)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath55)" x2="20" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(555,131)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="40" height="28" y="0" clip-path="url(#clipPath86)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(555,131) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath87)" stroke="none"
>5.1</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(555,131)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath88)" x2="40" y1="29"
/></g
><g font-size="13.333333969116" transform="translate(555,97)" fill="rgb(240,240,240)" text-rendering="optimizeSpeed" font-family="sans-serif" shape-rendering="crispEdges" stroke="rgb(240,240,240)"
><rect x="0" width="52" height="28" y="0" clip-path="url(#clipPath45)" stroke="none"
/></g
><g text-rendering="geometricPrecision" font-size="13.333333969116" shape-rendering="crispEdges" font-family="sans-serif" transform="translate(555,97) scale(1.550327658653,1.550327658653)"
><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath46)" stroke="none"
>plus</text
></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(555,97)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath47)" x2="52" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(457,233)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath89)" x2="66" y1="29"
/></g
><g fill="gray" text-rendering="optimizeSpeed" font-family="sans-serif" transform="translate(295,236)" stroke-linecap="butt" stroke="gray"
><line y2="29" fill="none" x1="0" clip-path="url(#clipPath90)" x2="130" y1="29"
/></g
></g
></svg
>
]]></Attribute_String><Attribute_String roleName="setup">${MODELNAME_DEFAULT},${SVGURI_DEFAULT}</Attribute_String></SvgClient>
</XholonWorkbook>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment