|
|
Choosing A Webhost: |
svn commit: r532371 - /lenya/trunk/src/modules/svg/xslt/scale.xsl: msg#00179cms.lenya.cvs
Author: nettings Date: Wed Apr 25 07:43:41 2007 New Revision: 532371 URL: http://svn.apache.org/viewvc?view=rev&rev=532371 Log: fixes a buglet that crops up in editors that support image resizing: since both height and width are accepted, that implies that the image proportions can be changed. svg needs the preserveAspectRatio="none" attribute to really allow that, otherwise the resulting image will be padded. Modified: lenya/trunk/src/modules/svg/xslt/scale.xsl Modified: lenya/trunk/src/modules/svg/xslt/scale.xsl URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/svg/xslt/scale.xsl?view=diff&rev=532371&r1=532370&r2=532371 ============================================================================== --- lenya/trunk/src/modules/svg/xslt/scale.xsl (original) +++ lenya/trunk/src/modules/svg/xslt/scale.xsl Wed Apr 25 07:43:41 2007 @@ -26,7 +26,7 @@ <xsl:template match="/"> <svg width="{$width}" height="{$height}" version="1.1"> - <image x="0" y="0" width="{$width}" height="{$height}" xlink:href="{$url}"/> + <image x="0" y="0" width="{$width}" height="{$height}" xlink:href="{$url}" preserveAspectRatio="none"/> </svg> </xsl:template> </xsl:stylesheet>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r532362 - /lenya/trunk/src/modules/editors/usecases/forms/oneform.jx, andreas |
|---|---|
| Next by Date: | svn commit: r532378 - /lenya/trunk/src/java/org/apache/lenya/cms/cocoon/source/RepositorySource.java, andreas |
| Previous by Thread: | svn commit: r532362 - /lenya/trunk/src/modules/editors/usecases/forms/oneform.jx, andreas |
| Next by Thread: | svn commit: r532378 - /lenya/trunk/src/java/org/apache/lenya/cms/cocoon/source/RepositorySource.java, andreas |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |