images to svg

This commit is contained in:
Ilya Kantor 2019-07-28 15:42:37 +03:00
parent a31e881856
commit 3ba28aa104
734 changed files with 11682 additions and 245 deletions

View file

@ -78,6 +78,6 @@ For example, both `Array` and `Date` inherit from `Object`, so their instances h
Here's the picture structure for `Date` and `Object`:
![](object-date-inheritance.png)
![](object-date-inheritance.svg)
As you can see, there's no link between `Date` and `Object`. They are independent, only `Date.prototype` inherits from `Object.prototype`.