Skip to content

Commit

Permalink
Mark as JSROOT v 3.3
Browse files Browse the repository at this point in the history
git-svn-id: https://subversion.gsi.de/dabc/trunk/plugins/root/js@3062 bcbf6573-9a26-0410-9ebc-ce4ab7aade96
  • Loading branch information
linev committed Feb 25, 2015
1 parent 43d3e7a commit bcd7868
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Many old problems and errors are fixed, new functions are provided.
plain text in the browser. If property 'mathjax' specified,
MathJax.js library will be loaded and used for rendering.
See httpcontrol.C macro for example.
13. When using foreignObject, provide workaround for
absolute positioning problem in Chrome/Safari <http://bit.ly/1wjqCQ9>
13. When using foreignObject, provide workaround for absolute positioning
problem in Chrome/Safari, see <http://bit.ly/1wjqCQ9>


## Changes in 3.2
Expand Down
2 changes: 1 addition & 1 deletion scripts/JSRootCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

JSROOT = {};

JSROOT.version = "3.3 dev 24/02/2015";
JSROOT.version = "3.3 25/02/2015";

JSROOT.source_dir = "";

Expand Down
4 changes: 2 additions & 2 deletions scripts/JSRootPainter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6242,8 +6242,8 @@

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

Expand Down

0 comments on commit bcd7868

Please sign in to comment.