Sha256: 62960daa6554710ae472f0edabcb221f2121487868809d620718c906bbe67a0d
Contents?: true
Size: 535 Bytes
Versions: 1
Compression:
Stored size: 535 Bytes
Contents
#!/usr/bin/env ruic metadata 'MetaData.xml' # optional; also may be set via -m flag uia 'projects/Paths/Paths.uia' # required before other commands main = app.main paths = main.find _type:'Path' assert paths.length == 5 assert paths.first == main/"Scene.Layer.Path1" assert paths.first['width'].value == 17 assert main.find(_type:'PathAnchorPoint').length == 25 assert paths.first.anchors assert paths.first.anchors.first == paths.first.find(_type:'PathAnchorPoint').first show "All assertions successful"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
RUIC-0.6.1 | test/paths.ruic |