cmScoreMatchGraphic.c : Changed score0.css to cmScoreMatchGraphic.css.

This commit is contained in:
kevin 2016-09-21 19:16:54 -04:00
parent 8e4f32c0c1
commit 1b2054bf10

View File

@ -538,7 +538,7 @@ cmSmgRC_t cmScoreMatchGraphicWrite( cmSmgH_t h, const cmChar_t* fn )
svgHeight += 10; // add a right and lower border svgHeight += 10; // add a right and lower border
svgWidth += 10; svgWidth += 10;
cmFilePrintf(fH,"<!DOCTYPE html>\n<html>\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"score0.css\"></head><body>\n<svg width=\"%i\" height=\"%i\">\n",svgWidth,svgHeight); cmFilePrintf(fH,"<!DOCTYPE html>\n<html>\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"cmScoreMatchGraphic.css\"></head><body>\n<svg width=\"%i\" height=\"%i\">\n",svgWidth,svgHeight);
for(i=0; i<p->locN; ++i) for(i=0; i<p->locN; ++i)
{ {