Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像を回転させてcontext2Dに画像を描く方法を探しています。私は試した:
imageElement.getStyle().setProperty("transform", "rotate(-45deg)");
それは機能せず、画像は回転しませんでした。画像を回転させる他の方法はありますか?
メソッドを使用してsetTransform、に変換を適用しContext2D、次にdrawImage。
setTransform
Context2D
drawImage