[Bug 70119] SVG height incorrect

2014-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

physikerwelt  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #12 from Gabriel Wicke  ---
This should be basically fixed for new formulas. Old formulas already in the
database might still have the old margins, and will need to be cleared.

I believe that one way to do this is is ?action=purge&mathpurge=true, although
in my tests that did not work reliably. I'm keeping this bug open until this is
verified fixed in production.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #11 from Gerrit Notification Bot  ---
Change 165949 merged by GWicke:
Revert "Bug 70119: Strip style from SVG image"

https://gerrit.wikimedia.org/r/165949

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #10 from Gerrit Notification Bot  ---
Change 165949 had a related patch set uploaded by GWicke:
Revert "Bug 70119: Strip style from SVG image"

https://gerrit.wikimedia.org/r/165949

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #9 from Gerrit Notification Bot  ---
Change 165861 merged by jenkins-bot:
Bug 70119: Strip style from SVG image

https://gerrit.wikimedia.org/r/165861

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #8 from Gerrit Notification Bot  ---
Change 165861 had a related patch set uploaded by GWicke:
Bug 70119: Strip style from SVG image

https://gerrit.wikimedia.org/r/165861

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-09-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

physikerwelt  changed:

   What|Removed |Added

URL||http://en.wikipedia.beta.wm
   ||flabs.org/wiki/User:Physike
   ||rwelt
   Assignee|wikibugs-l@lists.wikimedia. |phy...@ckurs.de
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-09-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

physikerwelt  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||gwi...@wikimedia.org
  Component|Math|General/Unknown
Version|master  |unspecified
Product|MediaWiki extensions|Mathoid

--- Comment #7 from physikerwelt  ---
That means it's a problem on the server side.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-09-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #6 from Derk-Jan Hartman  ---
You can test on http://en.wikipedia.beta.wmflabs.org/wiki/User:Physikerwelt by
replacing the img url of the mathml image to point to:

http://upload.beta.wmflabs.org/wikipedia/en/2/2a/Math-svg-inline-test.svg

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-09-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #5 from Derk-Jan Hartman  ---
Found it.

It's primarily the styling on the SVG element itself. That adds two 2px of
margin (which are not part of the SVG sizes). 

Then on the inline image element, we add another 2px. Remove those two and
everything works just fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-08-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #4 from Peter Krautzberger  ---
I don't think the problem is in the height (increasing it will only scale the
image) but other CSS effects, leading to clipping. From a quick try, stripping
the style from the SVG seems to fix this so perhaps having the inline style
both within the SVG and on the img tag is causing trouble.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-08-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #3 from Frédéric Wang  ---
Does MathJax still returns the image height in relative CSS units (ex)? I'm not
sure we can be convert them reliably into px...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-08-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #2 from physikerwelt  ---
I played a bit with the options. I think the hight is too small. If we'd add a
few percent to the height the problem would be solved. Do you think that would
be a good solution?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 70119] SVG height incorrect

2014-08-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70119

--- Comment #1 from physikerwelt  ---
Thanks for reporting this.
I'm not sure if that's a problem of the Math extension of a problem of the SVG
itself.
Does the SVG
http://en.wikipedia.beta.wmflabs.org/w/index.php?title=Special:MathShowImage&hash=826676a6a5ad24552f0d5af1593434cc&mode=5
cropped for you as well?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l