概要 | canvas背面にstring部分のみを合成して描画 |
要点 | image-fileのread機能で各layerを順次合成 |
方法1 |
・Label Pageを開く
・bg-image-fileで背景画像をcanvas背面にread 虹背景を使用する場合、戻る<<2回で復帰可 ・composite=source-in/out||destination-in/atopを選択 ・second-url-parametersを更新 ・pathを更新 ・textを更新 ・text-draw実行(表面) ・pathを更新 ・text-draw実行(裏面) |
方法2 |
・Label Pageを開く
・bg-image-fileで背景画像をcanvas背面にread ・composite=source-in/out||destination-in/atopを選択 ・fg-image-fileで別途作成のlabel(手書き等)をcanvas前面にread |
pathの補足 |
・path未指定の場合、pen最終の1筆linesを使用(snap等を駆使)
・戻る<<1回で最終linesを消去(戻ってもpathを保持) ・pathの生成:Graphing Calculator |
label枠の補足 |
・fg-image-fileで別途作成のlabel枠をcanvas前面にread
・長方形の場合、mode=rectangleで範囲指定可(second-url-parameters依存) |