support relabelling "pen trails" to "pen trails (SVG)" and vice-versa

pull/89/head
jmoenig 2019-12-02 17:54:51 +01:00
rodzic b99d32618f
commit 5709398677
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,7 @@
* objects, threads: adjusted rotation center of SVG-pen-trails
* objects: added aspect racio governance and generator tags to trails SVGs
* 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
## v5.3.8:
* **Notable Change:**

Wyświetl plik

@ -1559,6 +1559,9 @@ SpriteMorph.prototype.blockAlternatives = {
changeSize: ['setSize'],
setSize: ['changeSize'],
reportPenTrailsAsCostume: ['reportPentrailsAsSVG'],
reportPentrailsAsSVG: ['reportPenTrailsAsCostume'],
// control:
doBroadcast: ['doBroadcastAndWait'],