Skip to content

Commit bcd7868

Browse files
committed
Mark as JSROOT v 3.3
git-svn-id: https://subversion.gsi.de/dabc/trunk/plugins/root/js@3062 bcbf6573-9a26-0410-9ebc-ce4ab7aade96
1 parent 43d3e7a commit bcd7868

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Many old problems and errors are fixed, new functions are provided.
2828
plain text in the browser. If property 'mathjax' specified,
2929
MathJax.js library will be loaded and used for rendering.
3030
See httpcontrol.C macro for example.
31-
13. When using foreignObject, provide workaround for
32-
absolute positioning problem in Chrome/Safari <http://bit.ly/1wjqCQ9>
31+
13. When using foreignObject, provide workaround for absolute positioning
32+
problem in Chrome/Safari, see <http://bit.ly/1wjqCQ9>
3333

3434

3535
## Changes in 3.2

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
JSROOT = {};
1616

17-
JSROOT.version = "3.3 dev 24/02/2015";
17+
JSROOT.version = "3.3 25/02/2015";
1818

1919
JSROOT.source_dir = "";
2020

scripts/JSRootPainter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6242,8 +6242,8 @@
62426242

62436243
var tcolor = JSROOT.Painter.root_colors[pave['fTextColor']];
62446244
var tpos_x = Math.round(pave['fMargin'] * w);
6245-
var padding_x = Math.round(0.05 * w);
6246-
var padding_y = Math.round(0.05 * h);
6245+
var padding_x = Math.round(0.03 * w);
6246+
var padding_y = Math.round(0.03 * h);
62476247
var nlines = pave.fPrimitives.arr.length;
62486248
var font = JSROOT.Painter.getFontDetails(pave['fTextFont'], h / (nlines * 1.5));
62496249

0 commit comments

Comments
 (0)