Browse Source

Fixed svg rendering and whitepaper opening

master
Lev 2 years ago
parent
commit
b2d73d313d
  1. 4
      landing.svg

4
landing.svg

@ -12,7 +12,7 @@
inkscape:export-filename="landing_high.png" inkscape:export-filename="landing_high.png"
inkscape:export-xdpi="150" inkscape:export-xdpi="150"
inkscape:export-ydpi="150" inkscape:export-ydpi="150"
shape-rendering="crispEdges" shape-rendering="geometricPrecision"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
@ -333,7 +333,7 @@
id="whitepaper" id="whitepaper"
transform="translate(0,-13.549659)" transform="translate(0,-13.549659)"
style="cursor: pointer" style="cursor: pointer"
onclick="document.location = "whitepaper.pdf""> onclick="window.open('/whitepaper.pdf')">
<rect <rect
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264999;stroke-dasharray:none" style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264999;stroke-dasharray:none"
id="rect22506" id="rect22506"

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Loading…
Cancel
Save