“de3188f9df28cf6dfa34d1f596551210210f737f”上不存在“paddle/fluid/lite/kernels/arm/activation_compute.h”
提交 08a996d7 编写于 作者: L lanyill 提交者: lanyi

fixed f539a11b from https://gitee.com/lanyill/docs/pulls/15574

canvas fill示例图片修改
Signed-off-by: Nlanyill <lanyi3@huawei.com>
上级 2f095629
......@@ -683,7 +683,7 @@ fillRect(x: number, y: number, w: number, h: number): void
.height('100%')
.backgroundColor('#ffff00')
.onReady(() =>{
this.context.fillRect(0,30,100,100)
this.context.fillRect(30,30,100,100)
})
}
.width('100%')
......
......@@ -727,7 +727,7 @@ fillRect(x: number, y: number, w: number, h: number): void
.height('100%')
.backgroundColor('#ffff00')
.onReady(() =>{
this.offContext.fillRect(0,30,100,100)
this.offContext.fillRect(30,30,100,100)
var image = this.offContext.transferToImageBitmap()
this.context.transferFromImageBitmap(image)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册