Skip to content

Commit f02eefe

Browse files
committed
update site
1 parent 75a2d65 commit f02eefe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flowchart-latest.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// flowchart, v1.3.2
1+
// flowchart, v1.3.4
22
// Copyright (c)2014 Adriano Raiano (adrai).
33
// Distributed under MIT license
44
// http://adrai.github.io/flowchart.js
@@ -280,7 +280,7 @@
280280
textPath.attr({
281281
'text-anchor': 'start',
282282
'font-size': chart.options['font-size'],
283-
stroke: chart.options['font-color'],
283+
'fill': chart.options['font-color'],
284284
x: x,
285285
y: y
286286
});
@@ -458,7 +458,7 @@
458458
this.text.attr({
459459
'text-anchor': 'start',
460460
'x' : this.getAttr('text-margin'),
461-
'stroke' : this.getAttr('font-color'),
461+
'fill' : this.getAttr('font-color'),
462462
'font-size' : this.getAttr('font-size')
463463
});
464464

0 commit comments

Comments
 (0)