Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > blockRendering > PathObject > svgPath
Propiedad blockRendering.PathObject.svgPath
Signature:
svgPath: SVGElement;
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-21 (UTC)
[null,null,["Última actualización: 2024-08-21 (UTC)"],[[["`svgPath` is a property of the `blockRendering.PathObject` class and holds an SVGElement."],["This property likely represents the SVG path element associated with a rendered block in Blockly."],["It can be accessed to manipulate the visual representation of the block's path."]]],["The `svgPath` property, found within the `blockRendering.PathObject` class, is an `SVGElement`. This property represents the SVG path element itself, which is part of the Block Rendering system. It is used for visual representation within the Blockly framework. The property's type indicates it stores a direct reference to the SVG path object in the document's structure.\n"]]