]> source.dussan.org Git - svg.js.git/commit
Added missing `.bbox()` calls to merge example 282/head
authorMason Stewart <masondesu@gmail.com>
Sun, 9 Nov 2014 16:09:40 +0000 (11:09 -0500)
committerMason Stewart <masondesu@gmail.com>
Sun, 9 Nov 2014 16:09:40 +0000 (11:09 -0500)
commitc4ca1932dc593abe919219c0eb91c8bfea5646af
tree514c9ef0aca6438443a7d81c0e156b4b03fee19c
parent7984a87786effaed2ed6e517c899cc68204e4e6b
Added missing `.bbox()` calls to merge example

Hey there. I may be misunderstanding, so feel free to dismiss this, but the `merge` method example for `BBox` wasn't working. I looked at the source for a few minutes, and realized that the first two lines in the example were missing a call to `bbox`, since `merge` belongs to `BBox` instances, not `Rect` instances.

Thanks for making such a great lib. Really enjoying it so far :sparkles:
README.md