Redo of my proposal: defining different styles

Is there away to define an bevel style in SVG?

If no:

This is an SVG proposal:

This proposal is more so of defining the edge of a shape, line, etc. define as an element set with properties and methods.

An outline will be what's goes around the shape, and or line. And will be define as this:

<rect

x="25"

y="25"

width="100"

height="100"

style="

fill:#F00; 

fill-style:[none||dotted||dashed||solid||groove||ridge||inset||outset||inherit||none||circle||relaxed inset||cross||cool slant||angle||soft round||convex||slope||divot||riblet||hard edge||art deco];

fill-style-width: 25px;

fill-style-height: 25px;

stoke:#00F;

stroke-style: [none||dotted||dashed||solid||groove||ridge||inset||outset||inherit||none||circle||relaxed inset||cross||cool slant||angle||soft round||convex||slope||divot||riblet||hard edge||art deco];

stroke-style-width: 25px;

stroke-style-height: 25px;
"
>
</rect>

This proposal is an SVG proposal.

Someone please consider this!!!

Received on Sunday, 22 June 2014 08:29:36 UTC