Ignore:
Timestamp:
2017-02-02T00:08:08+01:00 (9 years ago)
Author:
Don-vip
Message:

see #14319 - update to latest version of svgSalamander (2017-01-07, patched)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/kitfox/svg/RadialGradient.java

    r10787 r11525  
    44 * All rights reserved.
    55 *
    6  * Redistribution and use in source and binary forms, with or
     6 * Redistribution and use in source and binary forms, with or 
    77 * without modification, are permitted provided that the following
    88 * conditions are met:
    99 *
    10  *   - Redistributions of source code must retain the above
     10 *   - Redistributions of source code must retain the above 
    1111 *     copyright notice, this list of conditions and the following
    1212 *     disclaimer.
    1313 *   - Redistributions in binary form must reproduce the above
    1414 *     copyright notice, this list of conditions and the following
    15  *     disclaimer in the documentation and/or other materials
     15 *     disclaimer in the documentation and/or other materials 
    1616 *     provided with the distribution.
    1717 *
     
    2727 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    2828 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    29  * OF THE POSSIBILITY OF SUCH DAMAGE.
    30  *
     29 * OF THE POSSIBILITY OF SUCH DAMAGE. 
     30 * 
    3131 * Mark McKay can be contacted at mark@kitfox.com.  Salamander and other
    3232 * projects can be found at http://www.kitfox.com
     
    3636package com.kitfox.svg;
    3737
     38import com.kitfox.svg.xml.StyleAttribute;
    3839import java.awt.MultipleGradientPaint;
    3940import java.awt.Paint;
     
    4243import java.awt.geom.Point2D;
    4344import java.awt.geom.Rectangle2D;
    44 import java.util.Arrays;
    45 
    46 import com.kitfox.svg.xml.StyleAttribute;
    4745
    4846/**
Note: See TracChangeset for help on using the changeset viewer.