forked from rosa/hakurei
Compare commits
10 Commits
d25471295b
...
b334f4103e
| Author | SHA1 | Date | |
|---|---|---|---|
|
b334f4103e
|
|||
|
a147e8a5e1
|
|||
|
ba0f8c9cc0
|
|||
|
5bd0b69012
|
|||
|
775813650b
|
|||
|
efea26a321
|
|||
|
f45a7b42f5
|
|||
|
2746687418
|
|||
|
e1cd90ca4b
|
|||
|
ff5bc11c3a
|
@@ -1,12 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- See failure-open.svg for an explanation for the view box dimensions. -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="-20,-20 160 130">
|
||||
<!-- This triangle should match success-closed.svg, fill and stroke color notwithstanding. -->
|
||||
<polygon points="0,0 100,50 0,100" fill="red" stroke="red" stroke-width="15" stroke-linejoin="round"/>
|
||||
<!--
|
||||
! y-coordinates go before x-coordinates here to highlight the difference
|
||||
! (or, lack thereof) between these numbers and the ones in failure-open.svg;
|
||||
! try a textual diff. Make sure to keep the numbers in sync!
|
||||
! y-coordinates go before x-coordinates to highlight the difference (or,
|
||||
! lack thereof) between these numbers and the ones in failure-open.svg; try
|
||||
! a textual diff. Make sure to keep the numbers in sync!
|
||||
-->
|
||||
<line y1="30" x1="10" y2="70" x2="50" stroke="white" stroke-width="16"/>
|
||||
<line y1="30" x1="50" y2="70" x2="10" stroke="white" stroke-width="16"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 685 B |
@@ -27,7 +27,6 @@
|
||||
! TL;DR: CSS is janky, overflow is weird, and SVG is awesome!
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="-20,-20 160 130">
|
||||
<!-- This triangle should match success-open.svg, fill and stroke color notwithstanding. -->
|
||||
<polygon points="0,0 100,0 50,100" fill="red" stroke="red" stroke-width="15" stroke-linejoin="round"/>
|
||||
<line x1="30" y1="10" x2="70" y2="50" stroke="white" stroke-width="16"/>
|
||||
<line x1="30" y1="50" x2="70" y2="10" stroke="white" stroke-width="16"/>
|
||||
|
||||
Reference in New Issue
Block a user