Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drawDashLineの描画結果にdrawLineと同等の太さのstrokeを反映させる要望 #253

Open
kicker3 opened this issue Sep 13, 2018 · 0 comments

Comments

@kicker3
Copy link

kicker3 commented Sep 13, 2018

■要望
drawDashLineで破線を描画した際に、
drawLineよりも太い線が引かれてしまう問題に遭遇しました。
※どちらで描画する場合も同じstroke値に設定しています。

それで、破線の太さをdrawLineと
同等にしていただきたいと思ったのですが可能でしょうか?

■修正案
実際にphina.jsのdrawDashLineを以下の様に修正したら
思う様な動作になったのですが、いかがでしょうか?

※phina.js 0.2.0 の 9237行目あたり
既存「this.drawPoint(x, y);」
      ↓
修正案「this.moveTo(x, y).lineTo(x+vx, y+vy).stroke();」

以上、宜しくお願い致します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant