Re: SVGZoom

Hi Patrick,

Along the same line...I'm hoping SVGZoom would also apply to inline SVG.
If not, then the user would be confused if they were expecting
Zoom/Pan of an SVG image located in the HTML container file: The user
isn't aware if the SVG image is in an iframe, object, image, embed, or
inline. Therefore, inline SVG should employ SVGZoom (an viewBox) in
the same manner as if it were a .svg file(SVG Document).

Regards,
Francis

On 4/2/10, Patrick Dengler <patd@microsoft.com> wrote:
> SVGZoom is only supposed to fire on the "outermost svg element" which is
> defined as "outermost svg element: The furthest 'svg' ancestor element that
> remains in the current SVG "document fragment". So the "outermost svg
> element" is any svg element that is at the top of a "document fragment".
>
> And
>
> "When an 'svg' element is a descendant of another 'svg' element, there are
> two SVG document fragments, one for each 'svg' element. (One SVG document
> fragment is contained within another SVG document fragment.)"
>
> So every 'svg' element is an "outermost svg element" because every 'svg'
> element is the root of a document fragment.
>
> Which means that SVGZoom should fire on every 'svg' element.
>
> This doesn't seem right to us.
>
> Thoughts?
>
>

Received on Wednesday, 7 April 2010 06:49:35 UTC