給場景設定背景即可
var canvas = document.
getelementbyid
('canvas');
var stage =
newjtopo.stage
(canvas)
;// 建立乙個舞台物件
var scene =
newjtopo.scene
(stage)
;// 建立乙個場景物件
scene.background =
'../imgs/a.png'
;// 設定乙個背景就不會報錯了
var json = stage.
tojson()
;console.
log(json)
;
當需要把繪製好的拓撲圖(節點包含節點、連線)使用stage.tojson()
儲存為json
資料時,會發現 json資料不完整
當把儲存好的json資料重新繪製出來jtopo.createstagefromjson(json.stringify(json), canvas)
時,會發現節點和連線不會顯示出來,上面兩個問題都是 jtopo自帶的。可能需要自己重新定義這兩個函式。
也就是說,現目前jtopo無法完整儲存為json資料,並把json資料重新在頁面上繪製出來。
jtopo 自己電腦的示例:test_code/jtopo、jtopo-master、jtopo-master-update、animalflow-master、jtopo_topology
ios crash問題記錄
1.誤將nsmutablearray型別的變數初始化為nsarray,結果對nsmutablearray型別變數進行操作時,crash h檔案如下 inte ce movemecontroller secondlevelviewcontroller property nonatomic,retain...
??? nginx lua問題記錄
問題1 當用http localhost test 訪問時,結果為何迥異?eg1 location test 結果為空,說明執行的是httpechomodule的echo指令,沒有執行httpluamodule的content by lua指令 eg2 location test輸出123 說明執行...
sphinx 問題記錄
indexer error while loading shared libraries libmysqlclient.so.18 cannot open shared object file no such file or directory 發現sphinx indexer依賴庫ibmysqlc...