Skip to content
  • David Revoy's avatar
    Batch convert SVG using Alex Brush -> Cursivah · 0663ca97
    David Revoy authored
    It was done with the command line: 
    find /home/deevad/peppercarrot/webcomics/ -name '*.svg' -not -path "*cache/*" -exec sed -i "s%Alex Brush%Cursivah%g" {} \;
    I tested 5 sample files randomly, all were OK so far, I hope all render will be fine as it needs to re-render all episodes affected ( for single page only strip ). 81 files are affected. 
    
    It's a big step (2) on the way to solve issue #5
    0663ca97