{"id":1542,"date":"2010-09-07T13:23:45","date_gmt":"2010-09-07T07:53:45","guid":{"rendered":"https:\/\/2thenew.online\/blog\/?p=1542"},"modified":"2010-09-07T13:54:13","modified_gmt":"2010-09-07T08:24:13","slug":"canvas","status":"publish","type":"post","link":"https:\/\/2thenew.online\/blog\/canvas\/","title":{"rendered":"canvas"},"content":{"rendered":"\n<p>The HTML <code>&lt;canvas&gt;<\/code> tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images.<\/p>\n<p>&nbsp;<\/p>\n<p>To draw on the canvas, the <code>&lt;canvas&gt;<\/code> tag is used in conjunction with the <code>getContext(contextId)<\/code> method.<\/p>\n<p>&nbsp;<\/p>\n<p>Any content between the <code>&lt;canvas&gt;<\/code><code>&lt;\/canvas&gt;<\/code> tags is &#8220;fallback content&#8221;- meaning, it will be displayed only if the canvas cannot be displayed.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>As a script:<\/strong><\/p>\n<blockquote>\n<div class=\"wp_syntax\">\n<div class=\"code\">\n<pre class=\"groovy\">function displayCanvas()\r\n\t{\r\n      var canvas = document.getElementById(\"myCanvas\");\r\n      if (canvas.getContext) {\r\n        var ctx = canvas.getContext(\"2d\");\r\n\r\n        ctx.fillStyle = \"rgb(200,0,0)\";\r\n        ctx.fillRect (0, 0, 150, 75);\r\n\r\n        ctx.fillStyle = \"rgba(0, 0, 200, 0.5)\";\r\n        ctx.fillRect (40, 30, 125, 75);\r\n\r\n        ctx.fillStyle = \"rgb(0,0,150)\";\r\n        ctx.strokeRect (20, 20, 50, 100);\r\n      }\r\n    }<\/pre>\n<\/div>\n<\/div>\n<\/blockquote>\n<p>&nbsp;<\/p>\n<p><strong>and this is html<\/strong><\/p>\n<blockquote>\n<div class=\"wp_syntax\">\n<div class=\"code\">\n<pre class=\"groovy\"><code>&lt;canvas id=\"myCanvas\" width=\"300\" height=\"200\"&gt;<\/code>Your browser does not support the canvas tag. At the time of writing, Firefox, Opera, and Chrome support this tag.\r\n\r\nHere's an <a>image of what it's supposed to look like <img decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2010\/09\/plus.png\" alt=\"image\" \/><\/a>.\r\n<code>&lt;\/canvas&gt;<\/code><\/pre>\n<\/div>\n<\/div>\n<\/blockquote>\n<p><strong>Attributes<\/strong><br \/>\n<strong>width:<\/strong> {Specifies the canvas width in pixels. The default value is 300.Possible values:[Non-negative integer] (for example, 300)}<br \/>\n<strong>Height:<\/strong> {Specifies the canvas height in pixels. The default value is 150.Possible values:[Non-negative integer] (for example, 150)}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The HTML &lt;canvas&gt; tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images. &nbsp; To draw on the canvas, the &lt;canvas&gt; tag is used in conjunction with the getContext(contextId) method. &nbsp; Any content between the &lt;canvas&gt;&lt;\/canvas&gt; tags is &#8220;fallback content&#8221;- meaning, it will [&hellip;]<\/p>\n","protected":false},"author":23,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":3,"footnotes":""},"categories":[1],"tags":[377,245,4842,378,379],"class_list":["post-1542","post","type-post","status-publish","format-standard","hentry","category-technology","tag-canvas","tag-css","tag-html","tag-html5","tag-ui"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"The HTML tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images. To draw on the canvas, the tag is used in conjunction with the getContext(contextId) method. Any content between the tags is &quot;fallback content&quot;- meaning, it will\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Umar\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.online\/blog\/canvas\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"canvas | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"The HTML tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images. To draw on the canvas, the tag is used in conjunction with the getContext(contextId) method. Any content between the tags is &quot;fallback content&quot;- meaning, it will\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.online\/blog\/canvas\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"canvas | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The HTML tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images. To draw on the canvas, the tag is used in conjunction with the getContext(contextId) method. Any content between the tags is &quot;fallback content&quot;- meaning, it will\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#article\",\"name\":\"canvas | TO THE NEW Blog\",\"headline\":\"canvas\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2010\\\/09\\\/plus.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#articleImage\"},\"datePublished\":\"2010-09-07T13:23:45+05:30\",\"dateModified\":\"2010-09-07T13:54:13+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#webpage\"},\"articleSection\":\"Technology, canvas, css, HTML\\\/UI\\\/CSS, HTML5, UI\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#listItem\",\"name\":\"canvas\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#listItem\",\"position\":3,\"name\":\"canvas\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/\",\"name\":\"Umar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1af3e1b09bea6a0bd4d1bbf4ff4a2fa0596c2ddbb67b3a28a8b8803738d855e7?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Umar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/\",\"name\":\"canvas | TO THE NEW Blog\",\"description\":\"The HTML tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images. To draw on the canvas, the tag is used in conjunction with the getContext(contextId) method. Any content between the tags is \\\"fallback content\\\"- meaning, it will\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/canvas\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\"},\"datePublished\":\"2010-09-07T13:23:45+05:30\",\"dateModified\":\"2010-09-07T13:54:13+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"canvas | TO THE NEW Blog","description":"The HTML tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images. To draw on the canvas, the tag is used in conjunction with the getContext(contextId) method. Any content between the tags is \"fallback content\"- meaning, it will","canonical_url":"https:\/\/2thenew.online\/blog\/canvas\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.online\/blog\/canvas\/#article","name":"canvas | TO THE NEW Blog","headline":"canvas","author":{"@id":"https:\/\/2thenew.online\/blog\/author\/umar\/#author"},"publisher":{"@id":"https:\/\/2thenew.online\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2010\/09\/plus.png","@id":"https:\/\/2thenew.online\/blog\/canvas\/#articleImage"},"datePublished":"2010-09-07T13:23:45+05:30","dateModified":"2010-09-07T13:54:13+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.online\/blog\/canvas\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.online\/blog\/canvas\/#webpage"},"articleSection":"Technology, canvas, css, HTML\/UI\/CSS, HTML5, UI"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.online\/blog\/canvas\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.online\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.online\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/canvas\/#listItem","name":"canvas"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/canvas\/#listItem","position":3,"name":"canvas","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.online\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.online\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.online\/blog\/author\/umar\/#author","url":"https:\/\/2thenew.online\/blog\/author\/umar\/","name":"Umar","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.online\/blog\/canvas\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1af3e1b09bea6a0bd4d1bbf4ff4a2fa0596c2ddbb67b3a28a8b8803738d855e7?s=96&d=mm&r=g","width":96,"height":96,"caption":"Umar"}},{"@type":"WebPage","@id":"https:\/\/2thenew.online\/blog\/canvas\/#webpage","url":"https:\/\/2thenew.online\/blog\/canvas\/","name":"canvas | TO THE NEW Blog","description":"The HTML tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images. To draw on the canvas, the tag is used in conjunction with the getContext(contextId) method. Any content between the tags is \"fallback content\"- meaning, it will","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.online\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.online\/blog\/canvas\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.online\/blog\/author\/umar\/#author"},"creator":{"@id":"https:\/\/2thenew.online\/blog\/author\/umar\/#author"},"datePublished":"2010-09-07T13:23:45+05:30","dateModified":"2010-09-07T13:54:13+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.online\/blog\/#website","url":"https:\/\/2thenew.online\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.online\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"canvas | TO THE NEW Blog","og:description":"The HTML tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images. To draw on the canvas, the tag is used in conjunction with the getContext(contextId) method. Any content between the tags is &quot;fallback content&quot;- meaning, it will","og:url":"https:\/\/2thenew.online\/blog\/canvas\/","og:image":"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"canvas | TO THE NEW Blog","twitter:description":"The HTML tag is used for creating graphics on the fly. It can be used for rendering graphs, game graphics, or other visual images. To draw on the canvas, the tag is used in conjunction with the getContext(contextId) method. Any content between the tags is &quot;fallback content&quot;- meaning, it will","twitter:image":"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"1542","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 08:16:01","updated":"2024-02-29 08:49:21","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.online\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.online\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tcanvas\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.online\/blog"},{"label":"Technology","link":"https:\/\/2thenew.online\/blog\/category\/technology\/"},{"label":"canvas","link":"https:\/\/2thenew.online\/blog\/canvas\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/posts\/1542","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/comments?post=1542"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/posts\/1542\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/media?parent=1542"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/categories?post=1542"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/tags?post=1542"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}