Skip to content

openHarmony 0.10.13

Compare
Choose a tag to compare
@mchaptel mchaptel released this 29 Jul 08:22
· 47 commits to master since this release
  • add function to get a drawing by its id from an element

  • add oBox property 'isEmpty'

  • add oScene.getSelectedNodesOfType function to filter selection by type

  • simplify activeDrawing implementation to benefit from new additions

  • add oTool.toString to enable printing tool list easier ($.app.tools)

  • add option to show tool name on pie menu oToolButton

  • add oDrawingNode.addDrawing shortcut to add a drawing to the node's element

  • add oNode.findFirstInNodeMatching/oNode.findFirstOutNodeMatching to traverse hierarchy looking for specific nodes

  • fix for addDrawingNode creation: now follows local prefs

  • feat: match TVG resolution with scene resolution when importing bitmap with convertToTVG option (thanks @LibertAntoine!)