| Index: Source/core/svg/SVGPathSegArcAbs.idl
|
| diff --git a/Source/core/svg/SVGPathSegArcAbs.idl b/Source/core/svg/SVGPathSegArcAbs.idl
|
| index a50286fe20f582bb168cc925fd6a42ef5a25f9e2..2f8e401fdb678db9276b73b0afd35c104af25fb7 100644
|
| --- a/Source/core/svg/SVGPathSegArcAbs.idl
|
| +++ b/Source/core/svg/SVGPathSegArcAbs.idl
|
| @@ -24,13 +24,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGPathSegArcAbs : SVGPathSeg {
|
| - [StrictTypeChecking] attribute float x;
|
| - [StrictTypeChecking] attribute float y;
|
| - [StrictTypeChecking] attribute float r1;
|
| - [StrictTypeChecking] attribute float r2;
|
| - [StrictTypeChecking] attribute float angle;
|
| - [StrictTypeChecking] attribute boolean largeArcFlag;
|
| - [StrictTypeChecking] attribute boolean sweepFlag;
|
| +[
|
| + StrictTypeChecking,
|
| +] interface SVGPathSegArcAbs : SVGPathSeg {
|
| + attribute float x;
|
| + attribute float y;
|
| + attribute float r1;
|
| + attribute float r2;
|
| + attribute float angle;
|
| + attribute boolean largeArcFlag;
|
| + attribute boolean sweepFlag;
|
| };
|
| -
|
|
|