BingoCardSVG.fsp - Frink Server Pages highlighter

[Try BingoCardSVG.fsp]

<%@ contentType="image/svg+xml" pageEncoding="raw" %>
<%
// This Frink Server Page renders graphics directly in memory.
// It renders the card as an SVG file.
// Reload it to see a new random bingo card
use ../BingoCard.frink

BingoCard.graphicCard[].writeFormat["-", "svg", undef, 550]
%>

[Try BingoCardSVG.fsp]


Alan Eliasen, eliasen@mindspring.com

Back to Frink Server Pages documentation.