SVG FEOffset.in1 Propiedad

La propiedad SVG FEOffset.in1 devuelve el objeto SVGAnimatedString correspondiente al componente in1 del elemento FEOffset.in1. Sintaxis: var a = FEOffset.in1 Valor devuelto: esta propiedad devuelve el objeto SVGAnimatedString correspondiente al componente in1 del elemento FEOffset.in1. Ejemplo 1:  HTML <!DOCTYPE html> <html>    <body>     <svg width=»400″ height=»400″>         <defs>             <filter id=»filter2″ x=»0″ y=»0″                  width=»150%» height=»150%»>                                    <feOffset … Continue reading «SVG FEOffset.in1 Propiedad»

SVG FESpotLightElement.x Propiedad

La propiedad SVG FESpotLightElement.x devuelve el objeto SVGAnimatedNumber correspondiente al atributo x del elemento FESpotLightElement.x . Sintaxis: var a = FESpotLightElement.x Valor devuelto: Esta propiedad devuelve el objeto SVGAnimatedNumber correspondiente al atributo x del elemento FESpotLightElement.x. Ejemplo 1:  HTML <!DOCTYPE html> <html>    <body>     <svg width=»200″ height=»200″>         <defs>             <filter id=»spotlight»>                 <feSpecularLighting result=»spec3″                      in=»blur3″ specularConstant=»1.2″                      specularExponent=»7″ … Continue reading «SVG FESpotLightElement.x Propiedad»

Elemento SVG.atributos Propiedad

La propiedad SVG Element.attributes Sintaxis: var attr = element.attributes Valor devuelto: Esta propiedad devuelve un Ejemplo 1:  HTML <!DOCTYPE html>  <html>     <body>      <svg width=»350″ height=»350″          xmlns=»http://www.w3.org/2000/svg»>         <a href=»https://www.geeksforgeeks.org» id=»gfg»>            <text x=’100′ y=’100′>GfG</text>         </a>         <script>            var g = document.getElementById(‘gfg’);            console.log(g.attributes)         </script>     </svg> </body>     </html> Producción: Ejemplo 2:  HTML <!DOCTYPE html>  <html>     <body>      <svg … Continue reading «Elemento SVG.atributos Propiedad»

Propiedad de URI del espacio de nombres de SVG

La propiedad namespaceURI de SVG devuelve namespaceURI del elemento Attribute dado. Sintaxis: namespace = attribute.namespaceURI Valor devuelto: esta propiedad devuelve el URI del espacio de nombres del Attr. Ejemplo 1: HTML <!DOCTYPE html> <html>    <body>     <svg viewBox=»0 0 100 100″          xmlns=»http://www.w3.org/2000/svg»>                    <!– A link around a text –>         <text id=»gfg» y=»20″ x=»20″>              Example … Continue reading «Propiedad de URI del espacio de nombres de SVG»

Propiedad SVG Element.className

La propiedad SVG Element.className se utiliza para r Sintaxis: var cName = element.className Valor devuelto: esta propiedad devuelve el nombre de clase Ejemplo 1:  HTML <!DOCTYPE html> <html>    <body>     <svg width=»350″ height=»350″          xmlns=»http://www.w3.org/2000/svg»>                    <a href=»https://www.geeksforgeeks.org»              id=»gfg» class=»Geeks»>                <text x=’100′ y=’100′                  font-size=»50px»>GfG             </text>         </a>                    <script>             var g = document.getElementById(‘gfg’);             console.log(g.className)         </script>     </svg> … Continue reading «Propiedad SVG Element.className»

Ventana SVG. propiedad cerrada

La propiedad SVG Window.closed indica si la ventana a la que se hace referencia está cerrada o no. Sintaxis: const isClosed = windowRef.closed Valor devuelto: esta propiedad devuelve el valor booleano del elemento de evento. Ejemplo 1: En este ejemplo, usaremos el evento onclick. <!DOCTYPE html> <html>    <body>     <svg viewBox=»0 0 1000 1000″          xmlns=»http://www.w3.org/2000/svg»> … Continue reading «Ventana SVG. propiedad cerrada»

SVG FEDisplacementMap.in2 Propiedad

La propiedad SVG FEDisplacementMap.in2 devuelve el objeto SVGAnimatedString correspondiente al componente in2 del elemento FEDisplacementMap. Sintaxis: let in_prop = FEDisplacementMap.in2 Valor devuelto: esta propiedad devuelve el objeto SVGAnimatedString correspondiente al componente in2 del elemento FEDisplacementMap. Ejemplo 1:  HTML <!DOCTYPE html> <html> <body>   <svg width=»200″ height=»200″        viewBox=»0 0 220 220″>        <filter id=»displacementFilter»>          <feTurbulence type=»turbulence» … Continue reading «SVG FEDisplacementMap.in2 Propiedad»

SVG FESpotLightElement.y Propiedad

La propiedad SVG FESpotLightElement.y devuelve el objeto SVGAnimatedNumber correspondiente al atributo y del elemento FESpotLightElement.y. Sintaxis: var a = FESpotLightElement.y Valor devuelto: Esta propiedad devuelve el objeto SVGAnimatedNumber correspondiente al atributo y del elemento FESpotLightElement.y. Ejemplo 1:  HTML <!DOCTYPE html> <html>    <body>     <svg width=»200″ height=»200″>         <defs>             <filter id=»spotlight»>                 <feSpecularLighting result=»spec3″                      in=»blur3″ specularConstant=»1.2″                      specularExponent=»7″                     lighting-color=»#FFF»> … Continue reading «SVG FESpotLightElement.y Propiedad»

Propiedad SVG Window.crypto

La propiedad SVG Window.crypto devuelve el objeto Crypto asociado al objeto global. Sintaxis: var cryptoObj = window.crypto Valor devuelto: Esta propiedad devuelve el objeto Crypto asociado al objeto global. Ejemplo 1: <!DOCTYPE html> <html>    <body>     <svg viewBox=»0 0 1000 1000″          xmlns=»http://www.w3.org/2000/svg»>                    <text x=»50″ y=»20″ font-size=»20px»              onmouseover=»check()»>             GeeksForGeeks         </text>                    <script type=»text/javascript»>             function check() … Continue reading «Propiedad SVG Window.crypto»

SVG FEDisplacementMap.yChannelSelector Propiedad

La propiedad SVG FEDisplacementMap.yChannelSelector devuelve el objeto SVGAnimatedEnumeration correspondiente al componente yChannelSelector del elemento FEDisplacementMap.yChannelSelector . Sintaxis: var a = FEDisplacementMap.yChannelSelector Valor devuelto: esta propiedad devuelve el objeto SVGAnimatedEnumeration correspondiente al componente yChannelSelector del elemento FEDisplacementMap.yChannelSelector . Ejemplo 1:  HTML <!DOCTYPE html>  <html>     <body>      <svg width=»200″ height=»200″         viewBox=»0 0 220 220″>             <filter id=»displacementFilter»>  … Continue reading «SVG FEDisplacementMap.yChannelSelector Propiedad»