We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9f7cf commit 620768dCopy full SHA for 620768d
src/graphic/Style.js
@@ -3,8 +3,6 @@
3
*/
4
define(function (require) {
5
6
- var textHelper = require('./helper/text');
7
-
8
var STYLE_COMMON_PROPS = [
9
['shadowBlur', 0], ['shadowOffsetX', 0], ['shadowOffsetY', 0], ['shadowColor', '#000'],
10
['lineCap', 'butt'], ['lineJoin', 'miter'], ['miterLimit', 10]
0 commit comments