Bug 191376

Summary: [SVG2]: Remove the interface SVGPoint
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: SVGAssignee: Said Abou-Hallawa <sabouhallawa>
Status: NEW    
Severity: Normal CC: annulen, cdumez, dbates, dino, esprehn+autocc, ews-watchlist, fmalita, glenn, gyuyoung.kim, jbedard, kangil.han, kondapallykalyan, pdr, rakuco, ryuan.choi, schenney, sergio, zimmermann
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 202479    
Bug Blocks: 191292    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

Said Abou-Hallawa
Reported 2018-11-07 09:36:59 PST
This will affect the interface SVGPointList. Instead of handling items of type SVGPoint, it will handle items of type DOMPoint. The specs page is: https://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGPointList Also this functions will return DOMPoint instead of returning SVGPoint: SVGGeometryElement::getPointAtLength() SVGSVGElement::createSVGPoint() SVGTextContentElement::getStartPositionOfChar() SVGTextContentElement::getEndPositionOfChar()
Attachments
Patch (154.45 KB, patch)
2019-10-07 17:18 PDT, Said Abou-Hallawa
no flags
Patch (156.34 KB, patch)
2019-10-08 00:14 PDT, Said Abou-Hallawa
no flags
Patch (156.85 KB, patch)
2019-10-08 00:41 PDT, Said Abou-Hallawa
no flags
Patch (221.71 KB, patch)
2019-10-09 10:40 PDT, Said Abou-Hallawa
no flags
Patch (221.66 KB, patch)
2019-10-09 14:53 PDT, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2019-07-16 15:44:53 PDT
Said Abou-Hallawa
Comment 2 2019-10-07 17:18:46 PDT
Said Abou-Hallawa
Comment 3 2019-10-08 00:14:59 PDT
Said Abou-Hallawa
Comment 4 2019-10-08 00:41:02 PDT
Said Abou-Hallawa
Comment 5 2019-10-09 10:40:07 PDT
Said Abou-Hallawa
Comment 6 2019-10-09 14:53:57 PDT
Said Abou-Hallawa
Comment 7 2019-10-14 13:36:30 PDT
A GitHub discussion about this topic is here: https://github.com/w3c/svgwg/issues/706.
Note You need to log in before you can comment on or make changes to this bug.