kopia lustrzana https://github.com/backface/turtlestitch
enamed "pen trails (SVG)" to "pen vectors"
rodzic
b41ef7077e
commit
55a83ad86f
|
@ -3,7 +3,7 @@
|
||||||
## in development:
|
## in development:
|
||||||
* **New Features:**
|
* **New Features:**
|
||||||
* export pen trails as SVG
|
* export pen trails as SVG
|
||||||
* access pen trails as SVG_Costume: new "pen trails (SVG)" reporter (experimental, hidden in dev)
|
* access pen trails as SVG_Costume: new "pen vectors" reporter variant of "pen trails"
|
||||||
* **Notable Changes:**
|
* **Notable Changes:**
|
||||||
* **Notable Fixes:**
|
* **Notable Fixes:**
|
||||||
* **Translation Updates:**
|
* **Translation Updates:**
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
* threads: catch empty trails log when trying to generate a vector trails costume
|
* threads: catch empty trails log when trying to generate a vector trails costume
|
||||||
* objects: support relabelling "pen trails" to "pen trails (SVG)" and vice-versa
|
* objects: support relabelling "pen trails" to "pen trails (SVG)" and vice-versa
|
||||||
* gui: added "svg" entry to the stage icon's context menu
|
* gui: added "svg" entry to the stage icon's context menu
|
||||||
|
* objects: renamed "pen trails (SVG)" to "pen vectors"
|
||||||
|
|
||||||
## v5.3.8:
|
## v5.3.8:
|
||||||
* **Notable Change:**
|
* **Notable Change:**
|
||||||
|
|
|
@ -699,7 +699,7 @@ SpriteMorph.prototype.initBlocks = function () {
|
||||||
dev: true,
|
dev: true,
|
||||||
type: 'reporter',
|
type: 'reporter',
|
||||||
category: 'pen',
|
category: 'pen',
|
||||||
spec: 'pen trails (SVG)'
|
spec: 'pen vectors'
|
||||||
},
|
},
|
||||||
|
|
||||||
// Control
|
// Control
|
||||||
|
|
Ładowanie…
Reference in New Issue