Skip to content

Commit 84c9ed1

Browse files
committed
1 parent a36ba31 commit 84c9ed1

79 files changed

Lines changed: 79 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/main/java/org/htmlunit/svg/SvgAltGlyph.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code altGlyph}.
2424
*
2525
* @author Ahmed Ashour
26+
* @author Ronald Brill
2627
*/
2728
public class SvgAltGlyph extends SvgElement {
2829

src/main/java/org/htmlunit/svg/SvgAltGlyphDef.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code altGlyphDef}.
2424
*
2525
* @author Frank Danek
26+
* @author Ronald Brill
2627
*/
2728
public class SvgAltGlyphDef extends SvgElement {
2829

src/main/java/org/htmlunit/svg/SvgAltGlyphItem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code altGlyphItem}.
2424
*
2525
* @author Frank Danek
26+
* @author Ronald Brill
2627
*/
2728
public class SvgAltGlyphItem extends SvgElement {
2829

src/main/java/org/htmlunit/svg/SvgAnchor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code a}.
2424
*
2525
* @author Ahmed Ashour
26+
* @author Ronald Brill
2627
*/
2728
public class SvgAnchor extends SvgElement {
2829

src/main/java/org/htmlunit/svg/SvgAnimate.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code animate}.
2424
*
2525
* @author Ahmed Ashour
26+
* @author Ronald Brill
2627
*/
2728
public class SvgAnimate extends SvgElement {
2829

src/main/java/org/htmlunit/svg/SvgAnimateColor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code animateColor}.
2424
*
2525
* @author Frank Danek
26+
* @author Ronald Brill
2627
*/
2728
public class SvgAnimateColor extends SvgElement {
2829

src/main/java/org/htmlunit/svg/SvgAnimateMotion.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code animateMotion}.
2424
*
2525
* @author Ahmed Ashour
26+
* @author Ronald Brill
2627
*/
2728
public class SvgAnimateMotion extends SvgElement {
2829

src/main/java/org/htmlunit/svg/SvgAnimateTransform.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code animateTransform}.
2424
*
2525
* @author Ahmed Ashour
26+
* @author Ronald Brill
2627
*/
2728
public class SvgAnimateTransform extends SvgElement {
2829

src/main/java/org/htmlunit/svg/SvgCircle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code circle}.
2424
*
2525
* @author Ahmed Ashour
26+
* @author Ronald Brill
2627
*/
2728
public class SvgCircle extends SvgElement {
2829

src/main/java/org/htmlunit/svg/SvgClipPath.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Wrapper for the SVG element {@code clipPath}.
2424
*
2525
* @author Ahmed Ashour
26+
* @author Ronald Brill
2627
*/
2728
public class SvgClipPath extends SvgElement {
2829

0 commit comments

Comments
 (0)