mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
parent
6ca3bb1c63
commit
80f4ba947f
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
- Loosely couple Node.js / Electron code to Canvas module, and treat its absence
|
- Loosely couple Node.js / Electron code to Canvas module, and treat its absence
|
||||||
like a headless web worker context in the browser (#1103).
|
like a headless web worker context in the browser (#1103).
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Prevent `Path#getStrokeBounds(matrix)` from accidentally modifying segments
|
||||||
|
(#1102).
|
||||||
|
- Compatibility with JSPM (#1104).
|
||||||
|
|
||||||
## `0.10.2`
|
## `0.10.2`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -77,6 +77,7 @@
|
||||||
"browser": {
|
"browser": {
|
||||||
"canvas": false,
|
"canvas": false,
|
||||||
"jsdom": false,
|
"jsdom": false,
|
||||||
|
"jsdom/lib/jsdom/living/generated/utils": false,
|
||||||
"source-map-support": false,
|
"source-map-support": false,
|
||||||
"./dist/node/window.js": false,
|
"./dist/node/window.js": false,
|
||||||
"./dist/node/extend.js": false
|
"./dist/node/extend.js": false
|
||||||
|
|
Loading…
Reference in a new issue