()
| 1327 | } |
| 1328 | |
| 1329 | push() { |
| 1330 | super.push() |
| 1331 | const saved = !!(this.states.textFont?.font); |
| 1332 | if (saved) { |
| 1333 | this.textDrawingContext().save() |
| 1334 | } |
| 1335 | this._textContextSavedStack.push(saved); |
| 1336 | } |
| 1337 | |
| 1338 | pop(...args) { |
| 1339 | if ( |
no test coverage detected