Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
XGHeaven authored and andycall committed Oct 30, 2023
1 parent 1f3ab26 commit 866ff38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webf/lib/src/svg/svg_render_object_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ class SVGRenderBoxBuilder {
final Constructor = svgElementsRegistry[tagName];
if (Constructor != null) {
final element = Constructor(null);
// element.ownerDocument = target.ownerDocument;
if (tagName == TAG_SVG) {
/// See [setAttribute]
element.renderStyle.height = CSSLengthValue.auto;
Expand Down

0 comments on commit 866ff38

Please sign in to comment.