<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shobonengine</author_name>
  <author_url>https://blog.hatena.ne.jp/shobonengine/</author_url>
  <blog_title>ShobonEngineの日記</blog_title>
  <blog_url>https://shobonengine.hatenadiary.org/</blog_url>
  <categories>
    <anon>Closure Library</anon>
  </categories>
  <description>API Documentation ばかりを見ていたら勘違いしてしまう罠です。console.log で Rect オブジェクトの中身を見てみると分かるのですが、goog.math.Rect(x, y, w, h) の各パラメータには left, top, width, height でアクセスできます。 var rect = new goog.math.Rect(0, 1, 2, 3); console.log(rect); // 確認用 // Bad console.log(rect.x); // undefined console.log(rect.y); // undefined co…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshobonengine.hatenadiary.org%2Fentry%2F20110918%2F1316298815&quot; title=&quot;goog.math.Rect の各パラメータは x, y, w, h でアクセスできない - ShobonEngineの日記&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://images-fe.ssl-images-amazon.com/images/I/518QroOmS6L._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-09-18 07:33:35</published>
  <title>goog.math.Rect の各パラメータは x, y, w, h でアクセスできない</title>
  <type>rich</type>
  <url>https://shobonengine.hatenadiary.org/entry/20110918/1316298815</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
