Deleted slides (they are in docs)
This commit is contained in:
parent
3773e76c95
commit
7b35803e8f
|
|
@ -1,7 +0,0 @@
|
||||||
# SLS Slide Show
|
|
||||||
|
|
||||||
[sls.purplecello.org/slides/SLIDES.html](https://sls.purplecello.org/slides/SLIDES.html)
|
|
||||||
[sls.purplecello.org/slides/YREA SLS.pdf](https://sls.purplecello.org/slides/YREA%20SLS.pdf)
|
|
||||||
|
|
||||||
- https://github.com/marp-team/marp
|
|
||||||
- https://github.com/marp-team/marp-cli/
|
|
||||||
File diff suppressed because one or more lines are too long
111
slides/SLIDES.md
111
slides/SLIDES.md
|
|
@ -1,111 +0,0 @@
|
||||||
---
|
|
||||||
theme: default
|
|
||||||
paginate: false
|
|
||||||
backgroundColor: #fff
|
|
||||||
backgroundImage: url('./background.svg')
|
|
||||||
style: |
|
|
||||||
section.lead {
|
|
||||||
padding-bottom: 100px;
|
|
||||||
}
|
|
||||||
section {
|
|
||||||
padding-bottom: 225px;
|
|
||||||
}
|
|
||||||
section.lead > h1 > strong {
|
|
||||||
color: #375899;
|
|
||||||
font-size: 64px;
|
|
||||||
}
|
|
||||||
section.lead > p:nth-child(3) {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
color: #001847;
|
|
||||||
padding-bottom: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
small {
|
|
||||||
font-size: 16px;
|
|
||||||
padding-left: 16px;
|
|
||||||
}
|
|
||||||
---
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
# **YREA SLS**
|
|
||||||
|
|
||||||
Kyler Olsen
|
|
||||||
|
|
||||||
Fall 2025
|
|
||||||
Snow College
|
|
||||||
SE 3250
|
|
||||||
[sls.purplecello.org](https://sls.purplecello.org)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# RPL
|
|
||||||
*HP Reverse Polish Lisp*
|
|
||||||
|
|
||||||
- Based on LISP and Forth
|
|
||||||
- Stack-oriented language with post-fix notation
|
|
||||||
- Created by HP for their calculators
|
|
||||||
|
|
||||||
<!--  -->
|
|
||||||

|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Project
|
|
||||||
*YREA SLS*
|
|
||||||
|
|
||||||
- Stack-oriented language with post-fix notation
|
|
||||||
- C inspired Syntax
|
|
||||||
- Can run on an embedded system
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Language
|
|
||||||
*The C Language*
|
|
||||||
|
|
||||||
- Systems Programming
|
|
||||||
- Used for Python and PHP interpreters
|
|
||||||
|
|
||||||
Excellent fit for my project!
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Language
|
|
||||||
*The C Language*
|
|
||||||
|
|
||||||
- Manual memory management is difficult to get right.
|
|
||||||
- C development in a Linux environment was fun and rewarding.
|
|
||||||
- In the end I had a running program on a RP2040.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Port 1
|
|
||||||
*Rust*
|
|
||||||
|
|
||||||
- Systems Programming (Again)
|
|
||||||
- Included build system
|
|
||||||
- Memory safe with the barrow checker
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Port 1
|
|
||||||
*Rust*
|
|
||||||
|
|
||||||
- Unlike previous projects in Rust, I didn't fight the barrow checker this time.
|
|
||||||
- I added exporting and importing the interpreter state in the REPL.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Port 2
|
|
||||||
*Python*
|
|
||||||
|
|
||||||
- My favorite programming language (maybe C is a close second now)
|
|
||||||
- This port was very easy for me to do.
|
|
||||||
- I did add a calculator app as an alternative to the REPL or file execution.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# The End
|
|
||||||
<small>You may clap now</small>
|
|
||||||
Binary file not shown.
|
|
@ -1,181 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="1920"
|
|
||||||
height="1080"
|
|
||||||
viewBox="0 0 508 285.75"
|
|
||||||
version="1.1"
|
|
||||||
id="svg8"
|
|
||||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
|
||||||
sodipodi:docname="yrea slides.svg"
|
|
||||||
inkscape:export-filename="D:\other\other\yrea slides.png"
|
|
||||||
inkscape:export-xdpi="96"
|
|
||||||
inkscape:export-ydpi="96">
|
|
||||||
<defs
|
|
||||||
id="defs2">
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="bspline"
|
|
||||||
id="path-effect843"
|
|
||||||
is_visible="true"
|
|
||||||
lpeversion="1"
|
|
||||||
weight="33.333333"
|
|
||||||
steps="2"
|
|
||||||
helper_size="0"
|
|
||||||
apply_no_weight="true"
|
|
||||||
apply_with_weight="true"
|
|
||||||
only_selected="false" />
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="bspline"
|
|
||||||
id="path-effect839"
|
|
||||||
is_visible="true"
|
|
||||||
lpeversion="1"
|
|
||||||
weight="33.333333"
|
|
||||||
steps="2"
|
|
||||||
helper_size="0"
|
|
||||||
apply_no_weight="true"
|
|
||||||
apply_with_weight="true"
|
|
||||||
only_selected="false" />
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="bspline"
|
|
||||||
id="path-effect835"
|
|
||||||
is_visible="true"
|
|
||||||
lpeversion="1"
|
|
||||||
weight="33.333333"
|
|
||||||
steps="2"
|
|
||||||
helper_size="0"
|
|
||||||
apply_no_weight="true"
|
|
||||||
apply_with_weight="true"
|
|
||||||
only_selected="false" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="2.8"
|
|
||||||
inkscape:cx="219.64408"
|
|
||||||
inkscape:cy="901.94443"
|
|
||||||
inkscape:document-units="mm"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
inkscape:document-rotation="0"
|
|
||||||
showgrid="false"
|
|
||||||
units="px"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1027"
|
|
||||||
inkscape:window-x="-8"
|
|
||||||
inkscape:window-y="-8"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata5">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1">
|
|
||||||
<path
|
|
||||||
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="M 0,0 C 4.4097359,89.95861 8.8193699,179.91514 52.917606,227.54097 97.015843,275.16679 180.7989,280.45835 264.58333,285.75 l -267.2291633,2.64583 z"
|
|
||||||
id="path833"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#ffff40;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="M 185.20833,285.75 C 283.98636,274.28469 382.76214,262.81965 436.56169,241.65266 490.36124,220.48567 499.18051,189.61823 508,158.75 l 2.64583,129.64583 z"
|
|
||||||
id="path837"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#ff4040;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 370.41667,285.75 c 37.04185,-11.46533 74.08276,-22.93038 97.01368,-70.55618 C 490.36126,167.56801 499.18053,83.784958 508,0 l 2.64583,288.39583 z"
|
|
||||||
id="path841"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
id="path837-6"
|
|
||||||
style="fill:#4040ff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 1920,600 c -28.218,98.7629 -56.4515,197.52008 -187.8008,274.03906 C 1645.4028,1004.0342 1522.7043,1042.0201 1400,1080 l 530,10 z"
|
|
||||||
transform="scale(0.26458333)" />
|
|
||||||
<g
|
|
||||||
id="g914"
|
|
||||||
transform="matrix(0.31102041,0,0,0.31102041,25.4,203.2)">
|
|
||||||
<g
|
|
||||||
id="layer4"
|
|
||||||
inkscape:label="Layer 4">
|
|
||||||
<circle
|
|
||||||
style="fill:#0000ff;stroke-width:9.26042;stroke-linecap:round;stroke-linejoin:round"
|
|
||||||
id="path1416"
|
|
||||||
cx="145"
|
|
||||||
cy="100"
|
|
||||||
r="100" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="layer3"
|
|
||||||
inkscape:label="Layer 3">
|
|
||||||
<circle
|
|
||||||
style="fill:#ff0000;stroke-width:4.63021;stroke-linecap:round;stroke-linejoin:round"
|
|
||||||
id="path1404"
|
|
||||||
cx="130"
|
|
||||||
cy="100"
|
|
||||||
r="100"
|
|
||||||
inkscape:transform-center-x="59.720238"
|
|
||||||
inkscape:transform-center-y="2.2678571" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="layer2"
|
|
||||||
inkscape:label="Layer 2">
|
|
||||||
<circle
|
|
||||||
style="fill:#ffff00;stroke-width:9.26042;stroke-linecap:round;stroke-linejoin:round"
|
|
||||||
id="path1414"
|
|
||||||
cx="115"
|
|
||||||
cy="100"
|
|
||||||
r="100" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
id="layer1-6">
|
|
||||||
<circle
|
|
||||||
style="fill:#000000;stroke-width:9.46963;stroke-linecap:round;stroke-linejoin:round"
|
|
||||||
id="path1402"
|
|
||||||
cx="100"
|
|
||||||
cy="100"
|
|
||||||
r="100" />
|
|
||||||
<g
|
|
||||||
aria-label="YREA"
|
|
||||||
transform="scale(1.0029344,0.99707419)"
|
|
||||||
id="text1420"
|
|
||||||
style="font-size:55.7289px;line-height:1.25;font-family:'AR DESTINE';-inkscape-font-specification:'AR DESTINE';text-align:center;text-anchor:middle;stroke-width:0.210641">
|
|
||||||
<path
|
|
||||||
d="m 55.48889,104.0758 v 13.76896 H 46.726827 V 104.0758 L 32.903447,82.74208 h 10.449169 l 7.728031,11.918584 7.728031,-11.918584 h 10.449169 z"
|
|
||||||
style="font-size:55.7289px;text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.210641"
|
|
||||||
id="path848" />
|
|
||||||
<path
|
|
||||||
d="m 91.135794,117.84476 -6.857267,-10.55802 h -4.517088 v 10.55802 H 70.999375 V 93.245672 h 8.762064 v 5.279007 H 90.319453 V 91.504144 H 70.999375 V 82.74208 h 23.728321 q 1.306146,0 2.829983,1.523837 1.523837,1.523838 1.523837,2.829984 v 15.837019 q 0,1.63268 -1.360568,2.99325 -1.360569,1.36057 -2.993252,1.36057 l 6.802844,10.55802 z"
|
|
||||||
style="font-size:55.7289px;text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.210641"
|
|
||||||
id="path850" />
|
|
||||||
<path
|
|
||||||
d="m 120.30639,104.67445 h -6.42189 v -8.762063 h 12.29955 z m 5.22458,13.17031 H 103.32649 V 82.74208 h 22.20448 l 5.87766,8.762064 h -19.26565 v 17.578546 h 19.26565 z"
|
|
||||||
style="font-size:55.7289px;text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.210641"
|
|
||||||
id="path852" />
|
|
||||||
<path
|
|
||||||
d="m 157.69482,117.84476 v -5.27901 h -10.61243 l -3.42864,5.27901 h -10.44917 l 20.62623,-31.837314 q 2.12249,-3.265366 5.82323,-3.265366 2.77556,0 4.78921,2.068065 2.06806,2.013642 2.06806,4.789202 v 12.462813 h -8.81649 v -5.877659 l -5.00689,7.619189 h 13.82338 v 14.04107 z"
|
|
||||||
style="font-size:55.7289px;text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.210641"
|
|
||||||
id="path854" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 7.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.9 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 MiB |
175
slides/sls.svg
175
slides/sls.svg
|
|
@ -1,175 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="247.31175mm"
|
|
||||||
height="84.731728mm"
|
|
||||||
viewBox="0 0 247.31175 84.731727"
|
|
||||||
version="1.1"
|
|
||||||
id="svg8"
|
|
||||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
|
||||||
sodipodi:docname="sls.svg">
|
|
||||||
<defs
|
|
||||||
id="defs2">
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient904">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#001847;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop900" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#375899;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop902" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient904"
|
|
||||||
id="linearGradient843"
|
|
||||||
x1="0.75595236"
|
|
||||||
y1="30.238094"
|
|
||||||
x2="215.44643"
|
|
||||||
y2="30.238094"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<filter
|
|
||||||
inkscape:collect="always"
|
|
||||||
style="color-interpolation-filters:sRGB"
|
|
||||||
id="filter850"
|
|
||||||
x="-7.6923783e-07"
|
|
||||||
width="1.0000015"
|
|
||||||
y="-2.727184e-06"
|
|
||||||
height="1.0000055">
|
|
||||||
<feGaussianBlur
|
|
||||||
inkscape:collect="always"
|
|
||||||
stdDeviation="6.9010705e-05"
|
|
||||||
id="feGaussianBlur852" />
|
|
||||||
</filter>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient904"
|
|
||||||
id="linearGradient929"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="0.75595236"
|
|
||||||
y1="30.238094"
|
|
||||||
x2="215.44643"
|
|
||||||
y2="30.238094" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient904"
|
|
||||||
id="linearGradient931"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="0.75595236"
|
|
||||||
y1="30.238094"
|
|
||||||
x2="215.44643"
|
|
||||||
y2="30.238094" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient904"
|
|
||||||
id="linearGradient933"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="0.75595236"
|
|
||||||
y1="30.238094"
|
|
||||||
x2="215.44643"
|
|
||||||
y2="30.238094" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient904"
|
|
||||||
id="linearGradient935"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="0.75595236"
|
|
||||||
y1="30.238094"
|
|
||||||
x2="215.44643"
|
|
||||||
y2="30.238094" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient904"
|
|
||||||
id="linearGradient937"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="0.75595236"
|
|
||||||
y1="30.238094"
|
|
||||||
x2="215.44643"
|
|
||||||
y2="30.238094" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient904"
|
|
||||||
id="linearGradient939"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="0.75595236"
|
|
||||||
y1="30.238094"
|
|
||||||
x2="215.44643"
|
|
||||||
y2="30.238094" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="0.35"
|
|
||||||
inkscape:cx="599.38016"
|
|
||||||
inkscape:cy="605.35495"
|
|
||||||
inkscape:document-units="mm"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
inkscape:document-rotation="0"
|
|
||||||
showgrid="false"
|
|
||||||
fit-margin-top="12"
|
|
||||||
fit-margin-left="16"
|
|
||||||
fit-margin-right="16"
|
|
||||||
fit-margin-bottom="12"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1027"
|
|
||||||
inkscape:window-x="-8"
|
|
||||||
inkscape:window-y="-8"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata5">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(16.250258,12.000165)">
|
|
||||||
<g
|
|
||||||
aria-label="Sls>_"
|
|
||||||
id="text835"
|
|
||||||
style="font-size:16px;line-height:1.25;font-family:'EB Garamond';-inkscape-font-specification:'EB Garamond, @OpticalSize=5,wght=300,wdth=112.5';font-variation-settings:'Size' 5, 'wdth' 112.5, 'wght' 300;display:inline;opacity:1;fill:url(#linearGradient939);fill-opacity:1;stroke-width:0.264583;filter:url(#filter850)">
|
|
||||||
<path
|
|
||||||
d="m 16.408399,55.778398 q -5.943599,0 -9.7535993,-2.286 -3.8099999,-2.362199 -5.4863998,-6.172199 -1.67639993,-3.8862 -1.37159994,-8.5344 H 6.5023997 q -0.6096,4.8768 2.0573999,8.0772 2.6670004,3.1242 8.1533994,3.1242 5.4102,0 8.6868,-2.5146 3.3528,-2.5908 3.3528,-7.1628 0,-2.286 -0.9906,-4.1148 -0.9144,-1.8288 -3.3528,-3.429 -2.3622,-1.6002 -6.7818,-3.1242 Q 11.2268,27.432 8.1787996,23.7744 5.2069997,20.1168 5.2069997,14.6304 q 0,-6.4007997 4.9530003,-10.2107996 5.029199,-3.80999981 13.334999,-3.80999981 7.4676,0 11.5824,4.03859981 4.114799,3.9623999 3.809999,10.7441996 h -6.705599 q 0.3048,-4.1148 -2.3622,-6.5531997 -2.667,-2.4383999 -7.1628,-2.4383999 -4.6482,0 -7.6962,2.2097999 -3.048,2.1335997 -3.048,5.6387997 0,3.6576 2.3622,6.096 2.4384,2.3622 8.763,4.6482 5.7912,2.1336 9.144,5.486399 3.429,3.2766 3.429,9.0678 0,5.1816 -2.4384,8.8392 -2.4384,3.5814 -6.7818,5.486399 -4.2672,1.905 -9.9822,1.905 z"
|
|
||||||
style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:76.2px;font-family:'DM Mono';-inkscape-font-specification:'DM Mono, Italic';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:url(#linearGradient929);fill-opacity:1;stroke-width:0.264583"
|
|
||||||
id="path906" />
|
|
||||||
<path
|
|
||||||
d="m 64.795282,54.863998 q -3.2766,0 -4.8768,-1.9812 -1.6002,-2.057399 -0.9906,-5.410199 l 7.1628,-40.0811987 q 0.3048,-1.9049999 -1.524,-1.9049999 H 54.432083 L 55.422683,6.1035156e-7 h 11.201399 q 3.7338,0 5.1054,1.82879988964844 1.3716,1.7526 0.762,5.6387998 l -7.1628,39.9287987 q -0.3048,1.9812 1.524,1.9812 h 11.6586 l -0.9906,5.486399 z"
|
|
||||||
style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:76.2px;font-family:'DM Mono';-inkscape-font-specification:'DM Mono, Italic';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:url(#linearGradient931);fill-opacity:1;stroke-width:0.264583"
|
|
||||||
id="path908" />
|
|
||||||
<path
|
|
||||||
d="m 107.23857,55.778398 q -7.620004,0 -11.353804,-3.505199 -3.7338,-3.5814 -3.7338,-9.2202 h 6.6294 q 0,3.048 2.209804,5.1054 2.2098,1.9812 6.7056,1.9812 4.191,0 6.85799,-1.6764 2.7432,-1.7526 2.7432,-4.8006 0,-2.7432 -2.0574,-3.8862 -2.05739,-1.2192 -6.93419,-1.905 -5.4102,-0.6096 -8.763004,-3.2766 -3.3528,-2.667 -3.3528,-7.238999 0,-4.953 4.114804,-8.0772 4.1148,-3.1242 11.7348,-3.1242 6.24839,0 9.98219,3.1242 3.7338,3.048 3.429,8.458199 h -6.4008 q 0.0762,-2.666999 -2.1336,-4.343399 -2.2098,-1.6764 -5.56259,-1.6764 -3.6576,0 -6.1722,1.3716 -2.5146,1.3716 -2.5146,4.1148 0,2.133599 2.0574,3.581399 2.1336,1.3716 6.7056,1.8288 3.65759,0.4572 6.47699,1.6002 2.8194,1.0668 4.4196,3.2766 1.6002,2.1336 1.6002,5.715 0,5.8674 -4.6482,9.2202 -4.6482,3.352799 -12.03959,3.352799 z"
|
|
||||||
style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:76.2px;font-family:'DM Mono';-inkscape-font-specification:'DM Mono, Italic';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:url(#linearGradient933);fill-opacity:1;stroke-width:0.264583"
|
|
||||||
id="path910" />
|
|
||||||
<path
|
|
||||||
d="m 139.09005,48.767999 23.622,-20.7264 0.0762,-0.533399 -16.383,-19.7357997 h 8.4582 l 16.764,20.4215987 -23.3172,20.574 z"
|
|
||||||
style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:76.2px;font-family:'DM Mono';-inkscape-font-specification:'DM Mono, Italic';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:url(#linearGradient935);fill-opacity:1;stroke-width:0.264583"
|
|
||||||
id="path912" />
|
|
||||||
<path
|
|
||||||
d="m 179.70453,60.731398 1.0668,-5.8674 h 34.29 l -1.143,5.8674 z"
|
|
||||||
style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:76.2px;font-family:'DM Mono';-inkscape-font-specification:'DM Mono, Italic';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:url(#linearGradient937);fill-opacity:1;stroke-width:0.264583"
|
|
||||||
id="path914" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in New Issue