Commit 9600ebd1 authored by santiago duque's avatar santiago duque

tried fixing lines for safari

parent cdf0b2b7
......@@ -19,12 +19,14 @@ $filterId = 'rough' . $num;
<feDisplacementMap in="SourceGraphic" scale="6"/>
</filter>
</defs>
<circle cx="140" cy="140" r="135" fill="none" stroke="#b91c1c" stroke-width="0.6" opacity="0.7" filter="url(#<?= html($filterId) ?>)"/>
<circle cx="140" cy="140" r="118" fill="none" stroke="#b91c1c" stroke-width="0.4" opacity="0.4"/>
<g filter="url(#<?= html($filterId) ?>)">
<circle cx="140" cy="140" r="135" fill="none" stroke="#b91c1c" stroke-width="0.6" opacity="0.7"/>
</g>
<circle cx="140" cy="140" r="118" fill="none" stroke="#b91c1c" stroke-width="1" opacity="0.4"/>
<line x1="140" y1="5" x2="140" y2="20" stroke="#ef2b2b" stroke-width="1.2"/>
<line x1="140" y1="260" x2="140" y2="275" stroke="#b91c1c" stroke-width="0.8" opacity="0.5"/>
<line x1="5" y1="140" x2="20" y2="140" stroke="#b91c1c" stroke-width="0.8" opacity="0.5"/>
<line x1="260" y1="140" x2="275" y2="140" stroke="#b91c1c" stroke-width="0.8" opacity="0.5"/>
<line x1="140" y1="260" x2="140" y2="275" stroke="#b91c1c" stroke-width="1" opacity="0.5"/>
<line x1="5" y1="140" x2="20" y2="140" stroke="#b91c1c" stroke-width="1" opacity="0.5"/>
<line x1="260" y1="140" x2="275" y2="140" stroke="#b91c1c" stroke-width="1" opacity="0.5"/>
</svg>
<span class="chapter-numeral"><?= $page->chapter_numeral()->html() ?></span>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment