<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>WaterFalls</author_name>
  <author_url>https://blog.hatena.ne.jp/WaterFalls/</author_url>
  <blog_title>１分技術ブログ</blog_title>
  <blog_url>https://waterfalls.hatenablog.com/</blog_url>
  <categories>
    <anon>Javascript</anon>
  </categories>
  <description>ジグザグ線（波線）を描画する 開始点と終了点を指定し、ジグザグ線を描画する方法。 Javascriptだけでなく他の言語でも応用できる。 &lt;!DOCTYPE HTML&gt; &lt;html&gt; &lt;head&gt; &lt;script&gt; class Point{ constructor(x,y){ this.x = x; this.y = y; } } var startP = new Point(50,60); var endP = new Point(310,350); window.onload = function(){ var canvas = document.getElementById(&quot;myCan…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwaterfalls.hatenablog.com%2Fentry%2F2019%2F06%2F01%2F024029&quot; title=&quot; [Javascript] ジグザク線(zig zag line)、波線を描画する - １分技術ブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/W/WaterFalls/20190601/20190601023127.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-06-01 02:40:29</published>
  <title> [Javascript] ジグザク線(zig zag line)、波線を描画する</title>
  <type>rich</type>
  <url>https://waterfalls.hatenablog.com/entry/2019/06/01/024029</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
