Skip to content

Commit

Permalink
Issue 5185 fabric image (fabricjs#5190)
Browse files Browse the repository at this point in the history
* Issue-5185: Ensure fabric.Image exists

* Issue-5185: Ensure fabric.Image exists (right place)
  • Loading branch information
BradleyHill authored and asturur committed Aug 22, 2018
1 parent c57eaae commit e7eca14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filters/base_filter.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @tutorial {@link http://fabricjs.com/fabric-intro-part-2#image_filters}
* @see {@link http://fabricjs.com/image-filters|ImageFilters demo}
*/
fabric.Image = fabric.Image || { };
fabric.Image.filters = fabric.Image.filters || { };

/**
Expand Down

0 comments on commit e7eca14

Please sign in to comment.