Remove SVG file b/c no one likes them, apparently.
This commit is contained in:
parent
2ae7701ad0
commit
5f16962bef
2 changed files with 6 additions and 2 deletions
|
@ -37,7 +37,9 @@
|
|||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<svg width="245" height="50" style="margin: 5px"><image xlink:href="/copyleftorg-green-stylized.svg" src="/copyleftorg-green-stylized.png" width="245" height="50"></image></svg>
|
||||
<!-- <svg width="245" height="50" style="margin: 5px"><image xlink:href="/copyleftorg-green-stylized.svg" src="/copyleftorg-green-stylized.png" width="245" height="50"></image></svg> -->
|
||||
<img alt="copyleft.org" src="/copyleftorg-green-stylized.png" width="245" height="50"></img>
|
||||
|
||||
</div>
|
||||
<nav class="collapse navbar-collapse copyleft-navbar-collapse" role="navigation">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
|
|
|
@ -11,13 +11,15 @@ Some feedback from mlinksva:
|
|||
* look into lstlisting to see if we can do code highlighting or otherwise
|
||||
better presentation of it in HTML.
|
||||
---
|
||||
Open questions back to mlinksva from bkuhn:
|
||||
Hopeless Issues:
|
||||
|
||||
* copyleft.org logo clipped by a few pixels on the right in Firefox, but goes away at certain magnifications, not present in Chromium. Seems related to svg. Getting rid of the svg and just always displaying bitmap fixes.
|
||||
|
||||
* I think the above was merely a width/height setting issue, which appears fixed now. Can you confirm?
|
||||
|
||||
* It isn't fixed. Seems Firefox has some long term problems with unwanted SVG [clipping](https://bugzilla.mozilla.org/show_bug.cgi?id=1056949). I will try to reproduce and file.
|
||||
* I gave up and did this. I don't get why <svg> doesn't work. WTF?
|
||||
It worked in every browser I tested.
|
||||
|
||||
---
|
||||
I think this is a WONT_FIX:
|
||||
|
|
Loading…
Reference in a new issue