메뉴 건너뛰기

app

[VML] 곡선 그리기

박영식2007.12.23 18:50조회 수 3033댓글 0

  • 1
    • 글자 크기

<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<style>
v:* { behavior: url(#default#VML); }
</style>
</head>
<body>


<v:curve from="0,0" control1="100pt,200pt" control2="200pt,0pt"
to="300pt,50pt" strokecolor="red" strokeweight="3pt">
</v:curve>


<v:curve from="0,200" control1="100pt,0pt" control2="200pt,200pt"
to="400pt,0pt" strokecolor="blue" strokeweight="3pt">
<v:fill on="false"/>
</v:curve>


</body>
</html>

박영식 (비회원)
  • 1
    • 글자 크기
[js] AHAH 스크랩 (by 박영식) [WPC] winpcap 라이브러리를 이용한 sniffing (by 박영식)

댓글 달기

이전 1 ... 5 6 7 8 9 10 11 12 13 14다음
첨부 (1)
DSC_6811.jpg
9.2KB / Download 44
위로