()
| 1076 | // derived renderers should call the base class' push() method |
| 1077 | // to fetch the base style object. |
| 1078 | push() { |
| 1079 | this.drawingContext.save(); |
| 1080 | |
| 1081 | // get the base renderer style |
| 1082 | return super.push(); |
| 1083 | } |
| 1084 | |
| 1085 | // a pop() operation is in progress |
| 1086 | // the renderer is passed the 'style' object that it returned |
no test coverage detected