1
0
Fork 0

bug: Fixed attribute call to overwrite in path.translate

This commit is contained in:
Joost De Cock 2019-02-04 18:12:52 +01:00
parent 21b1a3310c
commit 0ded78b854

View file

@ -14,7 +14,7 @@ export default part => {
.attr("data-text", "msg_path")
.attr("data-text-class", "center");
paths.B = paths.A.translate(60, 30).attr("data-text", "msg_transform");
paths.B = paths.A.translate(60, 30).attr("data-text", "msg_transform", true);
points.step1 = points.B.shift(0, 60);
points.step2 = points.step1.shift(-90, 30);