wuapnjie / PuzzleView

Android Jigsaw puzzle support,inspired by Instagram's layout.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

求问

liangnansheng opened this issue · comments

为什么我的图片Border与调节图片长宽的那条线有空隙

img_20170308_113830

请问怎么调节图片与图片中间的那个线 与图片的距离呀?

谢谢,可以给个思路如何实现斜线的吗

PuzzleView的onDraw中的

canvas.clipRect(border.getRect());

换成

canvas.clipPath(path);

path自己看喽→_→

你实现了斜线的吗?

你要的不是思路么 @liangnansheng

我还在实现中@onclicklistener 遇到了问题