Commit d994a99b by junghwan-park

Deploy v2.2.6b

parent 4d72b566
......@@ -613,7 +613,7 @@ define(["./raphael.core"], function(R) {
$(node, {x: a.x, y: a.y});
el._.dirty = 1;
var bb = el._getBBox(),
dif = a.y - (bb.y + bb.height / 2);
dif = a.y - (bb.y + bb.height * 8 / 10);
if (bb.height) dif && R.is(dif, "finite") && $(tspans[0], {dy: dif});
},
getRealNode = function (node) {
......
......@@ -6531,7 +6531,7 @@ return /******/ (function(modules) { // webpackBootstrap
$(node, {x: a.x, y: a.y});
el._.dirty = 1;
var bb = el._getBBox(),
dif = a.y - (bb.y + bb.height / 2);
dif = a.y - (bb.y + bb.height * 8 / 10);
if (bb.height) dif && R.is(dif, "finite") && $(tspans[0], {dy: dif});
},
getRealNode = function (node) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6105,7 +6105,7 @@ return /******/ (function(modules) { // webpackBootstrap
$(node, {x: a.x, y: a.y});
el._.dirty = 1;
var bb = el._getBBox(),
dif = a.y - (bb.y + bb.height / 2);
dif = a.y - (bb.y + bb.height * 8 / 10);
if (bb.height) dif && R.is(dif, "finite") && $(tspans[0], {dy: dif});
},
getRealNode = function (node) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment