Re: How to parse SVG Fragment Identifiers

Dirk Schulze:
> Also, we should try to be as consistent with Madia fragments[1]. This is necessary for CSS and HTML integration.

What do you mean by this?  That we should rework the SVG view fragment 
syntax to fit in with the media fragments syntax?

   http://www.w3.org/TR/media-frags/#media-fragment-syntax

i.e. something like:

 
http://example.org/a.svg#svgView=transform(scale(5));preserveAspectRatio(xMidYMid)

or perhaps:

   http://example.org/a.svg#transform=scale(5)&preserveAspectRatio=xMidYMid

Received on Monday, 27 August 2012 23:52:55 UTC