Defining the outline of an element shape

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:

<outline 
x=# 
y=# 
width=# 
height=#
bevel= "[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]">

<ELEMENT SHAPE>
</ELEMENT SHAPE>

</outline>

Or it can be an attribute:

outline="width#  height#"
bevel= "[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]"

For thee above section; if you need a visual of this and what inspire me, Feel free to ask.

Help to define 3d within a 2d context.

This proposal is an SVG proposal.

Received on Wednesday, 18 June 2014 17:31:29 UTC