Re: rotated path segment proposal

We are talking about changing the syntax of the path element, yes?  If so,
that means that if an SVG file using these new possible operators in the
value is read by an old/existing reader, the behavior is completely
undefined!  What is it going to do with it?!?!?

Separate segment
	<path d="....">
	<path d="...">
Instead of
	<path d="... R ....">

Leonard

On 7/25/11 1:06 PM, "Dirk Schulze" <dirk@dschulze.com> wrote:

>
>Am 25.07.2011 um 18:46 schrieb Leonard Rosenthol:
>
>> Wouldn't it be easier to just have two separate segments, and then just
>> change the rotation on the second??   Why would you need a single
>>segment?
>What do you mean with two separate segments?
>
>> 
>> I simply don't see enough of a use case for this to SIGNIFICANTLY break
>> backwards compatibility by adding new operators to the path segment
>> format.  Do we even have any idea what such an addition to do to
>>existing
>> solutions when they encountered this??
>
>I don't see how this breaks backward compatibility. If someone used f, r
>or even ~ before, the path gets suddenly valid but definitely was invalid
>before.
>
>Dirk

Received on Monday, 25 July 2011 18:13:07 UTC