Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(327)

Side by Side Diff: Source/core/svg/SVGElement.cpp

Issue 234453002: Remove SVG1.1 kerning property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations updates Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/svg/SVGAttributeNames.in ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Nikolas Zimmermann <zimmermann@kde .org> 2 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Nikolas Zimmermann <zimmermann@kde .org>
3 * Copyright (C) 2004, 2005, 2006, 2008 Rob Buis <buis@kde.org> 3 * Copyright (C) 2004, 2005, 2006, 2008 Rob Buis <buis@kde.org>
4 * Copyright (C) 2008 Apple Inc. All rights reserved. 4 * Copyright (C) 2008 Apple Inc. All rights reserved.
5 * Copyright (C) 2008 Alp Toker <alp@atoker.com> 5 * Copyright (C) 2008 Alp Toker <alp@atoker.com>
6 * Copyright (C) 2009 Cameron McCormack <cam@mcc.id.au> 6 * Copyright (C) 2009 Cameron McCormack <cam@mcc.id.au>
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public 9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either 10 * License as published by the Free Software Foundation; either
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 mapAttributeToCSSProperty(propertyNameToIdMap, flood_opacityAttr); 381 mapAttributeToCSSProperty(propertyNameToIdMap, flood_opacityAttr);
382 mapAttributeToCSSProperty(propertyNameToIdMap, font_familyAttr); 382 mapAttributeToCSSProperty(propertyNameToIdMap, font_familyAttr);
383 mapAttributeToCSSProperty(propertyNameToIdMap, font_sizeAttr); 383 mapAttributeToCSSProperty(propertyNameToIdMap, font_sizeAttr);
384 mapAttributeToCSSProperty(propertyNameToIdMap, font_stretchAttr); 384 mapAttributeToCSSProperty(propertyNameToIdMap, font_stretchAttr);
385 mapAttributeToCSSProperty(propertyNameToIdMap, font_styleAttr); 385 mapAttributeToCSSProperty(propertyNameToIdMap, font_styleAttr);
386 mapAttributeToCSSProperty(propertyNameToIdMap, font_variantAttr); 386 mapAttributeToCSSProperty(propertyNameToIdMap, font_variantAttr);
387 mapAttributeToCSSProperty(propertyNameToIdMap, font_weightAttr); 387 mapAttributeToCSSProperty(propertyNameToIdMap, font_weightAttr);
388 mapAttributeToCSSProperty(propertyNameToIdMap, glyph_orientation_horizon talAttr); 388 mapAttributeToCSSProperty(propertyNameToIdMap, glyph_orientation_horizon talAttr);
389 mapAttributeToCSSProperty(propertyNameToIdMap, glyph_orientation_vertica lAttr); 389 mapAttributeToCSSProperty(propertyNameToIdMap, glyph_orientation_vertica lAttr);
390 mapAttributeToCSSProperty(propertyNameToIdMap, image_renderingAttr); 390 mapAttributeToCSSProperty(propertyNameToIdMap, image_renderingAttr);
391 mapAttributeToCSSProperty(propertyNameToIdMap, kerningAttr);
392 mapAttributeToCSSProperty(propertyNameToIdMap, letter_spacingAttr); 391 mapAttributeToCSSProperty(propertyNameToIdMap, letter_spacingAttr);
393 mapAttributeToCSSProperty(propertyNameToIdMap, lighting_colorAttr); 392 mapAttributeToCSSProperty(propertyNameToIdMap, lighting_colorAttr);
394 mapAttributeToCSSProperty(propertyNameToIdMap, marker_endAttr); 393 mapAttributeToCSSProperty(propertyNameToIdMap, marker_endAttr);
395 mapAttributeToCSSProperty(propertyNameToIdMap, marker_midAttr); 394 mapAttributeToCSSProperty(propertyNameToIdMap, marker_midAttr);
396 mapAttributeToCSSProperty(propertyNameToIdMap, marker_startAttr); 395 mapAttributeToCSSProperty(propertyNameToIdMap, marker_startAttr);
397 mapAttributeToCSSProperty(propertyNameToIdMap, maskAttr); 396 mapAttributeToCSSProperty(propertyNameToIdMap, maskAttr);
398 mapAttributeToCSSProperty(propertyNameToIdMap, mask_typeAttr); 397 mapAttributeToCSSProperty(propertyNameToIdMap, mask_typeAttr);
399 mapAttributeToCSSProperty(propertyNameToIdMap, opacityAttr); 398 mapAttributeToCSSProperty(propertyNameToIdMap, opacityAttr);
400 mapAttributeToCSSProperty(propertyNameToIdMap, overflowAttr); 399 mapAttributeToCSSProperty(propertyNameToIdMap, overflowAttr);
401 mapAttributeToCSSProperty(propertyNameToIdMap, paint_orderAttr); 400 mapAttributeToCSSProperty(propertyNameToIdMap, paint_orderAttr);
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 cssPropertyMap.set(filterAttr, AnimatedString); 655 cssPropertyMap.set(filterAttr, AnimatedString);
657 cssPropertyMap.set(flood_colorAttr, AnimatedColor); 656 cssPropertyMap.set(flood_colorAttr, AnimatedColor);
658 cssPropertyMap.set(flood_opacityAttr, AnimatedNumber); 657 cssPropertyMap.set(flood_opacityAttr, AnimatedNumber);
659 cssPropertyMap.set(font_familyAttr, AnimatedString); 658 cssPropertyMap.set(font_familyAttr, AnimatedString);
660 cssPropertyMap.set(font_sizeAttr, AnimatedLength); 659 cssPropertyMap.set(font_sizeAttr, AnimatedLength);
661 cssPropertyMap.set(font_stretchAttr, AnimatedString); 660 cssPropertyMap.set(font_stretchAttr, AnimatedString);
662 cssPropertyMap.set(font_styleAttr, AnimatedString); 661 cssPropertyMap.set(font_styleAttr, AnimatedString);
663 cssPropertyMap.set(font_variantAttr, AnimatedString); 662 cssPropertyMap.set(font_variantAttr, AnimatedString);
664 cssPropertyMap.set(font_weightAttr, AnimatedString); 663 cssPropertyMap.set(font_weightAttr, AnimatedString);
665 cssPropertyMap.set(image_renderingAttr, AnimatedString); 664 cssPropertyMap.set(image_renderingAttr, AnimatedString);
666 cssPropertyMap.set(kerningAttr, AnimatedLength);
667 cssPropertyMap.set(letter_spacingAttr, AnimatedLength); 665 cssPropertyMap.set(letter_spacingAttr, AnimatedLength);
668 cssPropertyMap.set(lighting_colorAttr, AnimatedColor); 666 cssPropertyMap.set(lighting_colorAttr, AnimatedColor);
669 cssPropertyMap.set(marker_endAttr, AnimatedString); 667 cssPropertyMap.set(marker_endAttr, AnimatedString);
670 cssPropertyMap.set(marker_midAttr, AnimatedString); 668 cssPropertyMap.set(marker_midAttr, AnimatedString);
671 cssPropertyMap.set(marker_startAttr, AnimatedString); 669 cssPropertyMap.set(marker_startAttr, AnimatedString);
672 cssPropertyMap.set(maskAttr, AnimatedString); 670 cssPropertyMap.set(maskAttr, AnimatedString);
673 cssPropertyMap.set(mask_typeAttr, AnimatedString); 671 cssPropertyMap.set(mask_typeAttr, AnimatedString);
674 cssPropertyMap.set(opacityAttr, AnimatedNumber); 672 cssPropertyMap.set(opacityAttr, AnimatedNumber);
675 cssPropertyMap.set(overflowAttr, AnimatedString); 673 cssPropertyMap.set(overflowAttr, AnimatedString);
676 cssPropertyMap.set(paint_orderAttr, AnimatedString); 674 cssPropertyMap.set(paint_orderAttr, AnimatedString);
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 animatableAttributes.add(SVGNames::zAttr); 1107 animatableAttributes.add(SVGNames::zAttr);
1110 } 1108 }
1111 1109
1112 if (name == classAttr) 1110 if (name == classAttr)
1113 return true; 1111 return true;
1114 1112
1115 return animatableAttributes.contains(name); 1113 return animatableAttributes.contains(name);
1116 } 1114 }
1117 #endif 1115 #endif
1118 } 1116 }
OLDNEW
« no previous file with comments | « Source/core/svg/SVGAttributeNames.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698