Blame view
app/bower_components/fabric/ISSUE_TEMPLATE.md
1.19 KB
bd0414901
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
<!-- Thank you for contributing! Have a usage question? ====================== The issue tracker is only for bugs (with reproducible minimal test case) and feature requests, so please do the following if you have a question: - Read the tutorial: http://fabricjs.com/articles/ - Read the docs: http://fabricjs.com/docs/ - Explore demos: http://fabricjs.com/demos/ - Look for/ask questions on StackOverflow: http://stackoverflow.com/questions/tagged/fabricjs - Ask on Google Group: https://groups.google.com/forum/#!forum/fabricjs Think you found a bug? ====================== The best bug report is a failing test in the repository as a pull request. Otherwise, please use the "BUG REPORT" template below. Have a feature request? ======================= Remove the template from below and provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. --> <!-- BUG TEMPLATE --> ## Version 1.6.5 ## Test Case http://jsfiddle.net/fabricjs/Da7SP/ ## Steps to reproduce ## Expected Behavior ## Actual Behavior |