Changeset 7669 in josm for trunk/src


Ignore:
Timestamp:
2014-10-29T15:49:19+01:00 (10 years ago)
Author:
stoecker
Message:

remove two false icon detections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java

    r7596 r7669  
    728728         * Percent-encode a string. (See https://en.wikipedia.org/wiki/Percent-encoding)
    729729         * This is especially useful for data urls, e.g.
    730          * <code>icon-image: concat("data:image/svg+xml,", URL_encode("&lt;svg&gt;...&lt;/svg&gt;"));</code>
     730         * <code>concat("data:image/svg+xml,", URL_encode("&lt;svg&gt;...&lt;/svg&gt;"));</code>
    731731         * @param s arbitrary string
    732732         * @return the encoded string
Note: See TracChangeset for help on using the changeset viewer.