Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jun 20, 2024
1 parent 48bce92 commit ccbb8ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void startElement(String uri, String lName, String qName, Attributes attr

switch (qName) {
case "viewport":
case "g":

int x = 0;
int y = 0;
Expand Down Expand Up @@ -154,6 +155,7 @@ public void endElement(String uri, String localName, String qName) throws SAXExc
} else {
switch (qName) {
case "viewport":
case "g":
stackViewports.pop();
break;
case "text":
Expand Down

0 comments on commit ccbb8ab

Please sign in to comment.