Changeset 1099
- Timestamp:
- Jun 13, 2010, 7:15:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/html_utility.cc
r1025 r1099 68 68 const std::string& anchor_format = 69 69 Configuration::instance().image_anchor_format(); 70 if (format=="svg") 70 if (format=="svg") { 71 71 os << "<object data='" << name << ".svg' type='image/svg+xml'" 72 72 << " width='600'>\n" … … 74 74 << " width='600' />\n" 75 75 << "</object>\n"; 76 if (anchor_format != "svg") 77 std::cerr << "svndigest: anchor_format: " << anchor_format 78 << " not supported with format " << format << "\n"; 79 } 76 80 else if (format=="png") { 77 81 if (anchor_format=="none")
Note: See TracChangeset
for help on using the changeset viewer.