@sveltejs/pancake
Advanced tools
+4
-0
| # @sveltejs/pancake changelog | ||
| ## 0.0.12 | ||
| * Work around Safari bug ([#9](https://github.com/Rich-Harris/pancake/issues/9)) | ||
| ## 0.0.11 | ||
@@ -4,0 +8,0 @@ |
@@ -13,3 +13,3 @@ <script> | ||
| d = `M${_x} ${_y} A0 0 0 0 1 ${_x} ${_y}`; | ||
| d = `M${_x} ${_y} A0 0 0 0 1 ${_x + 0.0001} ${_y + 0.0001}`; | ||
| } | ||
@@ -16,0 +16,0 @@ </script> |
@@ -15,3 +15,3 @@ <script> | ||
| return `M${_x} ${_y} A0 0 0 0 1 ${_x} ${_y}`; | ||
| return `M${_x} ${_y} A0 0 0 0 1 ${_x + 0.0001} ${_y + 0.0001}`; | ||
| }).join(' '); | ||
@@ -18,0 +18,0 @@ </script> |
+1
-1
| { | ||
| "name": "@sveltejs/pancake", | ||
| "version": "0.0.11", | ||
| "version": "0.0.12", | ||
| "description": "Experimental charting library for Svelte", | ||
@@ -5,0 +5,0 @@ "module": "index.mjs", |
17236
0.75%