Skip to content

Commit 13cec2a

Browse files
committed
HTML5 SVG
1 parent 3984cd8 commit 13cec2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ Example:
827827
</body>
828828
</html>
829829
```
830-
[Details Example: HTML5 SVG](https://github.com/learning-zone/d3js-interview-questions/blob/master/a.svg.html)
830+
[Live Example](https://learning-zone.github.io/d3js-interview-questions/a.svg.html)
831831

832832
**2.) Canvas**: Canvas is a HTML element is used to draw graphics on a web page. It is a bitmap with an “immediate mode” graphics application programming interface (API) for drawing on it. The <canvas> element is only a container for graphics. In order to draw the graphics, you are supposed to use a script. Canvas has several strategies when it comes to drawing paths, boxes, circles, text & adding images.
833833

0 commit comments

Comments
 (0)