We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a2d65 commit f02eefeCopy full SHA for f02eefe
flowchart-latest.js
@@ -1,4 +1,4 @@
1
-// flowchart, v1.3.2
+// flowchart, v1.3.4
2
// Copyright (c)2014 Adriano Raiano (adrai).
3
// Distributed under MIT license
4
// http://adrai.github.io/flowchart.js
@@ -280,7 +280,7 @@
280
textPath.attr({
281
'text-anchor': 'start',
282
'font-size': chart.options['font-size'],
283
- stroke: chart.options['font-color'],
+ 'fill': chart.options['font-color'],
284
x: x,
285
y: y
286
});
@@ -458,7 +458,7 @@
458
this.text.attr({
459
460
'x' : this.getAttr('text-margin'),
461
- 'stroke' : this.getAttr('font-color'),
+ 'fill' : this.getAttr('font-color'),
462
'font-size' : this.getAttr('font-size')
463
464
0 commit comments