Skip to content

Commit

Permalink
switch to using SVG based icons instead of PNG images, this closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenwoodma committed Jun 30, 2017
1 parent bf4a419 commit 712f9c8
Show file tree
Hide file tree
Showing 8 changed files with 2,347 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/gate/groovy/ScriptPR.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*
* @author Angus Roberts, Ian Roberts
*/
@CreoleResource(name = "Groovy scripting PR", comment = "Runs a Groovy script as a processing resource", helpURL = "http://gate.ac.uk/userguide/sec:api:groovy", icon = "script-pr")
@CreoleResource(name = "Groovy scripting PR", comment = "Runs a Groovy script as a processing resource", helpURL = "http://gate.ac.uk/userguide/sec:api:groovy", icon = "ScriptPR")
public class ScriptPR extends AbstractLanguageAnalyser implements
ControllerAwarePR {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gate/groovy/ScriptableController.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import org.apache.log4j.Logger
@CreoleResource(name = "Scriptable Controller", comment =
"A controller whose execution strategy is controlled by a Groovy script",
helpURL = "http://gate.ac.uk/userguide/sec:api:groovy:controller",
icon = "scriptable-controller")
icon = "ScriptableController")
public class ScriptableController extends SerialController
implements CorpusController, LanguageAnalyser {

Expand Down
291 changes: 291 additions & 0 deletions src/main/java/gate/resources/img/svg/ScriptPR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 712f9c8

Please sign in to comment.