Skip to content

Commit

Permalink
feat(fabric.Path): Change the way path is parsed and drawn. simplify …
Browse files Browse the repository at this point in the history
…path at parsing time (#6504)
  • Loading branch information
asturur authored Aug 8, 2020
1 parent b1b541f commit 1c2164b
Show file tree
Hide file tree
Showing 6 changed files with 478 additions and 676 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ var filesToInclude = [
'src/mixins/shared_methods.mixin.js',
'src/util/misc.js',
ifSpecifiedInclude('accessors', 'src/util/named_accessors.mixin.js'),
'src/util/arc.js',
'src/util/path.js',
'src/util/lang_array.js',
'src/util/lang_object.js',
'src/util/lang_string.js',
Expand Down
Loading

0 comments on commit 1c2164b

Please sign in to comment.