Sha256: 433b74cf50b2820bfb1851d643d952ecaba8422e4386c65ef6ce0851f8d65bf7
Contents?: true
Size: 917 Bytes
Versions: 4
Compression:
Stored size: 917 Bytes
Contents
{% extends "basex.html" %} {% load markup %} {% block pageid %}code{% endblock %} {% block headers %} <link href="doc.css" media="screen" rel="stylesheet" type="text/css" /> {% endblock %} {% block title %}PlotKit.SweetSVG{% endblock %} {% block content %} <div class="page doc"> {% filter markdown %} [PlotKit Home](PlotKit.html) | [<<](PlotKit.SweetCanvas.html) | [>>](PlotKit.EasyPlot.html) PlotKit Sweet SVG Renderer ============================= This renderer is an extension of the basic SVG Renderer to show off what you can do to make graphs pretty without learning any graph layout code. There are no extra methods or options to use. The interface is exactly the same as ``PlotKit.SVG``'s SVGRenderer. SweetSVGRenderer adds a fake shadow around bars, lines and circles along with a 2.0 width white outline and a etched light coloured background. Example ======= {% endfilter %} </div> {% endblock %}
Version data entries
4 entries across 4 versions & 1 rubygems