Davide P. Cervone
|
b7385f44d2
|
Fix problem with container width in SVG when math is scaled. Resolves issue #1422.
|
2016-04-29 10:32:23 -04:00 |
|
Davide P. Cervone
|
d1a569c905
|
Add jax parameter to getTabOrder() so that, if overridden, you can identify the jax (and it asociated script).
|
2016-02-06 10:35:31 -05:00 |
|
zorkow
|
a1bfe0afcf
|
Adds configuration for excluding MathJax elements from tab order.
|
2016-02-06 09:26:29 -05:00 |
|
Davide P. Cervone
|
dc450d6bc7
|
Handle movablelimits on TeXAtom elements. Resolves issue #1197.
|
2016-01-24 18:26:50 -05:00 |
|
Davide P. Cervone
|
2307a753b2
|
Fix problem with mtext losing initial spacing when the mtext containe only one printable character. Issue #1316.
|
2015-12-02 14:58:53 -05:00 |
|
Davide P. Cervone
|
45817c1519
|
merge branch 'develop' into more-menu (fix conflicts with Volker's changes)
|
2015-09-14 07:27:21 -04:00 |
|
Davide P. Cervone
|
3fa5b2d2ad
|
Don't let svg element be focusable in IE.
|
2015-09-12 17:33:56 -04:00 |
|
Davide P. Cervone
|
3a15f83059
|
Adjust role for SVG output and put aria-label on the SVG element rather than the enclosing span; add role and aria-label to CHTML output. Resolves issue #1192.
|
2015-09-11 10:44:50 -04:00 |
|
zorkow
|
d3a4535ec8
|
Merge branch 'develop' into integrate_keyboard_events
|
2015-09-04 15:00:59 +01:00 |
|
zorkow
|
94b0d7d1ee
|
Merge branch 'develop' into integrate_keyboard_events
Conflicts:
unpacked/jax/output/CommonHTML/jax.js
|
2015-09-01 18:30:46 +01:00 |
|
Davide P. Cervone
|
bc360cd262
|
Make sure primes are taken from the correct variant font (now that we have more than one to work with). Resolves issue #1251
|
2015-09-01 08:02:02 -04:00 |
|
zorkow
|
189d4a8a81
|
Adds tabbing and menu key event for for all renderers.
|
2015-08-29 01:02:33 +01:00 |
|
Davide P. Cervone
|
8d4a15abc1
|
Fix problems with indentAlign='right'.
|
2015-08-26 17:17:55 -04:00 |
|
Davide P. Cervone
|
b06c7a5f20
|
Make sure transform is non-null to avoid problems when it is appended later.
|
2015-08-26 06:23:04 -04:00 |
|
Davide P. Cervone
|
3f4c47b4d7
|
Make maligngroup and malignmark be self-closing in MathML input, and make them produce no output in SVG mode. Resolves issue #1233.
|
2015-08-09 15:07:42 -04:00 |
|
Davide P. Cervone
|
e3f1a68bbe
|
Make sure that paths with scale() transforms retain the scaling when they are translated. Issue #1176 and mathjax/MathJax-node#93.
|
2015-04-28 18:26:49 -04:00 |
|
Davide P. Cervone
|
c5b2aa2515
|
Round height and depth of final SVG element to pixel size in order to try to get the baseline right. Resolves issue #995 (I hope).
|
2015-04-10 16:30:30 -04:00 |
|
Davide P. Cervone
|
f5c10288dd
|
Update copyright dates.
|
2015-01-29 10:21:06 -05:00 |
|
Davide P. Cervone
|
477903cc79
|
Fix problem with positioning of colored rectangles (when combined combitionings add up to zero).
|
2015-01-27 08:16:20 -05:00 |
|
Davide P. Cervone
|
4e9a33e256
|
Set sh and sd on svg object (not mml object).
|
2015-01-17 14:00:28 -05:00 |
|
Davide P. Cervone
|
dc7919693d
|
Accidentally reused variable y, so change to Y. Issue #991.
|
2015-01-15 15:02:50 -05:00 |
|
Davide P. Cervone
|
b60fb9b741
|
Use origin pad.y since it can change during Add(). Resolves issue #991.
|
2015-01-13 10:58:25 -05:00 |
|
Davide P. Cervone
|
0182094a37
|
Merge branch 'issue1002' into develop. Issue #1002.
|
2015-01-12 09:37:56 -05:00 |
|
Davide P. Cervone
|
24bfd6baf2
|
Merge branch 'issue997' into develop. Issue #997.
|
2015-01-12 09:37:34 -05:00 |
|
Davide P. Cervone
|
a2c3b7cdc2
|
Use currentColor rather than black for SVG output. Resolves issue #1002.
|
2015-01-11 09:51:17 -05:00 |
|
Davide P. Cervone
|
856d839ce9
|
Don't set tabindex, as it causes unwanted focus outlines. Revisit this later when we do accessibility update. Resolves issue #997.
|
2015-01-11 09:25:41 -05:00 |
|
Davide P. Cervone
|
2431a90a9f
|
Rename variable used for displayIndent so it doesn't conflict with previous usage. Also, handle '0em' and similar values as '0'. Resolves issue #1000.
|
2015-01-11 09:20:30 -05:00 |
|
Davide P. Cervone
|
0529b5d78c
|
Take base.x into account for positioning of super ans subscripts. Resolves issue #966.
|
2014-12-27 08:56:58 -05:00 |
|
Davide P. Cervone
|
f6293beea6
|
Add the SVG transform for flipping characters AFTER we have added colors and borders (since they can alter the svg.element, moving it lower in the chain and even removing it). Resolves issue #930.
|
2014-12-04 16:56:35 -05:00 |
|
Davide P. Cervone
|
ad004ac668
|
Preserve RDFa and other non-standard attributes from MathML elements in the HTML-CSS or SVG output. Resolves issue #860, and also handles #502 as a side-effect.
|
2014-09-14 13:47:20 -04:00 |
|
Davide P. Cervone
|
ca196c8e0d
|
Merge branch 'issue835' into develop. Issue #835.
|
2014-09-14 09:21:44 -04:00 |
|
Davide P. Cervone
|
ab9570b614
|
Merge branch 'issue775' into develop. Issue #775.
|
2014-09-14 09:18:16 -04:00 |
|
Davide P. Cervone
|
f07278d3db
|
Make zoom box large enough for overlaps (e.g., when \llap, \rlap, or \smash are used) in SVG and HTML-CSS output. Can't do it effectively for NativeMML, since we don't know anything about overlaps in that case. Resolves issue #835.
|
2014-09-13 15:34:52 -04:00 |
|
Davide P. Cervone
|
5d266d2f81
|
Take advantage of SVGdatStretched() rather than doing it by hand.
|
2014-09-11 08:05:29 -04:00 |
|
Davide P. Cervone
|
74253a955f
|
Merge branch 'issue834' into develop. Issue #834.
|
2014-09-11 06:59:18 -04:00 |
|
Davide P. Cervone
|
84206a3f15
|
Merge branch 'issue769' into develop. Issue #769.
|
2014-09-11 06:58:42 -04:00 |
|
Davide P. Cervone
|
c30dd6647b
|
Merge branch 'issue829' into develop. Issue #829.
|
2014-09-11 06:50:13 -04:00 |
|
Davide P. Cervone
|
1e219b4304
|
Get linebreaking size correct for zoom boxes, and do a better job of managing the width for full-width tables (only make the box as wide as necessary). Resolves issue #834.
|
2014-09-10 22:05:03 -04:00 |
|
Davide P. Cervone
|
a9c66b5cee
|
Fix the alignment function so that it handles overlapping on the left and right better, and so we don't have to do it in the linebreaking directly.
|
2014-09-09 19:22:02 -04:00 |
|
Davide P. Cervone
|
871f395ce6
|
Make mrows that are embellished operators properly include the elements other than the core when stretched. Resolves issue #775.
|
2014-09-09 11:27:39 -04:00 |
|
Davide P. Cervone
|
ea42f427f6
|
Fix multiple problems with indentshift and indentalign in HTML-CSS and SVG output. (Negative values not handled properly, shift not applied to centering, SVG not handling shift past edges well, percentage shifts now in relation to container, etc.) Resolves issues #769 and #768.
|
2014-09-09 10:28:25 -04:00 |
|
Davide P. Cervone
|
177eade964
|
Use delimitershortfall and delimiterfactor for stretching vertical delimiters for SVG.
|
2014-09-08 15:27:31 -04:00 |
|
Davide P. Cervone
|
3ae1a46217
|
Take vertical offset into account in mpadded background color in SVG output. Resolves issue #800.
|
2014-09-04 19:41:19 -04:00 |
|
Davide P. Cervone
|
13b16f9b26
|
Merge branch 'node-issue3' into develop. Issue mathjax/MathJax-node#3.
|
2014-09-04 05:57:14 -04:00 |
|
Davide P. Cervone
|
d74208ef1f
|
Merge branch 'node-issue18' into develop. Issue mathjax/MathJax-node#18.
|
2014-09-04 05:56:27 -04:00 |
|
Davide P. Cervone
|
5e14383a59
|
For glyphs with empty paths (e.g., space characters), just move the x position by the width of the character. Resolves mathjax/MathJax-node#3.
|
2014-09-03 14:47:57 -04:00 |
|
Davide P. Cervone
|
a4c6eb6753
|
Simplify output when SVG output extends beyond the top or bottom of the bounding box (makes the SVG entirely self-contained for MathJax-node output). Issue mathjax/MathJax-node#18.
|
2014-09-03 13:13:10 -04:00 |
|
Davide P. Cervone
|
e090b7821a
|
Make SVG output not include emtpy attributes for unknown characters. Issue #898 and mathjax/MathJax-node#6.
|
2014-09-03 10:23:10 -04:00 |
|
Davide P. Cervone
|
3848ac329b
|
Fix scaling for text when mtextFontInherit is in effect and Scale All Math is not 100%. Issue #826
|
2014-08-24 18:23:37 -04:00 |
|
Davide P. Cervone
|
b7fbcc73b6
|
Fix scaling of unknown characters to handle 'Scale All Math' values properly. Issue #826.
|
2014-08-20 12:10:28 -04:00 |
|