[svgwg] Editorial(ish): Incorrect method reference in algorithm for checkIntersection/checkEnclosure

fsoder has just created a new issue for https://github.com/w3c/svgwg:

== Editorial(ish): Incorrect method reference in algorithm for checkIntersection/checkEnclosure ==
In the algorithm for `checkIntersection` [1] (`checkEnclosure` analogously) it says:

> ...depending on what method we are in:
> * getIntersectionList ...

which ought to say `checkIntersection`.

[1] https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__checkIntersection (this was the "closest" reference I could find - wishful thinking would have it actually reference the algorithm for said method) - search for "When checkIntersection".

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/558 using your GitHub account

Received on Thursday, 18 October 2018 10:22:07 UTC