js-draw 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
1
 
2
+ # 0.1.1
3
+ * Avoid using the cache if working with smaller numbers of strokes.
4
+ * Attempt to prevent stroke width being zero at some locations in thin strokes.
5
+
2
6
  # 0.1.0
3
7
  * Zoom to import/export region just after importing.
4
8
  * Rendered strokes are cached if possible for better performance.