HTML Graphics


  1. Which element serves as a container for atomic filter operations?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Composition of two images together is done by a primitive filter called feblend. A filter is referenced by using the filter attribute on the target SVG element and is never renderd directly. Fetching of image data from external sources is done by feimage.


  1. The __________ element must reference either an ‘altGlyphDef’ element or a ‘glyph’ element.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Src is the URL of image. The href is Hypertext Reference which is used to link pages in html and is also an attribute for anchor tag. The altGlyph element allows sophisticated selection of the glyphs used to render its child character data.



  1. The ___________ element must reference a ‘linearGradient’ or ‘radialGradient’ element.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Script is line of command which are executed by script engine. Allowing animation to control translation, scaling or rotation is done by animateTransform element. A radialGradient lets authors define radial gradients to fill or stroke graphical elements. A clipping path is defined by clip-path element.


  1. SVG also stands for Scalar Vector Graphics.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    SVG stands for Scalable Vector Graphics.



  1. Which property of SVG restricts the region to which paint can be applied?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Allowing animation to control translation, scaling or rotation is done by animateTransform element. A clipping path is defined by clip-path element. A clipping path is defined with a clipPath element. A clipping path is used/referenced using the clip-path property. A radialGradient lets authors define radial gradients to fill or stroke graphical elements.