* @param ctx the bridge context
*/
public static ClipRable convertClipPath(Element clipedElement,
GraphicsNode clipedNode,
BridgeContext ctx) {
CSSOMReadOnlyStyleDeclaration decl = getComputedStyle(clipedElement);
CSSPrimitiveValue clipValue =
(CSSPrimitiveValue)decl.getPropertyCSSValueInternal
(CSS_CLIP_PATH_PROPERTY);
switch(clipValue.getPrimitiveType()){
case CSSPrimitiveValue.CSS_IDENT:
return null; // 'clip-path:none'