148149150151152153154155156157
super.setAttribute(name, value, problems); } if ((definesScaleGrid) && (this.rotationSet)) { problems.add(new FXGInvalidScaleGridRotationAttributeProblem(getDocumentPath(), getStartLine(), getStartColumn())); return; } }