<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Start_python</author_name>
  <author_url>https://blog.hatena.ne.jp/Start_python/</author_url>
  <blog_title>ふたり暮らし</blog_title>
  <blog_url>https://start-python.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>はじめに 今回は範囲選択を行い座標を取り出します。図形の移動の応用です。 範囲選択（点線の描画） def __init__(self, **kwargs): super().__init__(**kwargs) self.lines = [] def on_image1_down(self, touch): self.x1 = touch.x self.y1 = touch.y if len(self.lines)&gt;0: for line in self.lines: self.ids.image1.canvas.remove(line) self.lines = [] with self.i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fstart-python.hateblo.jp%2Fentry%2F2020%2F01%2F15%2F090000&quot; title=&quot;Kivy 範囲選択を行い座標を取り出す（Python 点線の描画） - ふたり暮らし&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/S/Start_python/20200111/20200111204748.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-01-15 09:00:00</published>
  <title>Kivy 範囲選択を行い座標を取り出す（Python 点線の描画）</title>
  <type>rich</type>
  <url>https://start-python.hateblo.jp/entry/2020/01/15/090000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
